commit | 3da9ce8dd44399dfca4b0639101f5154dbbaa93f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 24 07:22:47 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 15 08:40:02 2019 -0600 |
tree | ed5679265b8fd4fe76b1e3315bb323351875337d | |
parent | 39c8e47d2ee38975b9377ee0049d2f88efc3edba [diff] |
binman: Correct use of 'replace' in IFWI tests At present the Intel IFWI entry uses 'replace' without the 'ifwi-' prefix. This is a fairly generic name which might conflict with the main Entry base class at some point, if more features are added. Add a prefix. Signed-off-by: Simon Glass <sjg@chromium.org>