[U-Boot] [PATCH 07/34] binman: Correct use of 'replace' in IFWI tests

sjg at google.com sjg at google.com
Fri Sep 27 00:39:11 UTC 2019


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 at chromium.org>
---

 tools/binman/README.entries                   | 6 ++++++
 tools/binman/etype/intel_ifwi.py              | 8 +++++++-
 tools/binman/test/111_x86-rom-ifwi.dts        | 2 +-
 tools/binman/test/112_x86-rom-ifwi-nodesc.dts | 2 +-
 tools/binman/test/113_x86-rom-ifwi-nodata.dts | 2 +-
 5 files changed, 16 insertions(+), 4 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list