[U-Boot] [PATCH] binman: README: fix default filename of u-boot-with-ucode-ptr
Masahiro Yamada
yamada.masahiro at socionext.com
Mon Nov 25 01:44:12 UTC 2019
The suffix should be ".bin" instead of ".dtb" .
Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---
tools/binman/README.entries | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/binman/README.entries b/tools/binman/README.entries
index 10994335217c..26050da7702f 100644
--- a/tools/binman/README.entries
+++ b/tools/binman/README.entries
@@ -971,7 +971,7 @@ Entry: u-boot-with-ucode-ptr: U-Boot with embedded microcode pointer
--------------------------------------------------------------------
Properties / Entry arguments:
- - filename: Filename of u-boot-nodtb.dtb (default 'u-boot-nodtb.dtb')
+ - filename: Filename of u-boot-nodtb.bin (default 'u-boot-nodtb.bin')
- optional-ucode: boolean property to make microcode optional. If the
u-boot.bin image does not include microcode, no error will
be generated.
--
2.17.1
More information about the U-Boot
mailing list