mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 20:51:39 +00:00
binman: fix default filename of u-boot-with-ucode-ptr in documentation
The suffix should be ".bin" instead of ".dtb" . Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
42a0ce576f
commit
f6a8c0f468
2 changed files with 2 additions and 2 deletions
|
@ -971,7 +971,7 @@ Entry: u-boot-with-ucode-ptr: U-Boot with embedded microcode pointer
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
Properties / Entry arguments:
|
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
|
- optional-ucode: boolean property to make microcode optional. If the
|
||||||
u-boot.bin image does not include microcode, no error will
|
u-boot.bin image does not include microcode, no error will
|
||||||
be generated.
|
be generated.
|
||||||
|
|
|
@ -18,7 +18,7 @@ class Entry_u_boot_with_ucode_ptr(Entry_blob):
|
||||||
"""U-Boot with embedded microcode pointer
|
"""U-Boot with embedded microcode pointer
|
||||||
|
|
||||||
Properties / Entry arguments:
|
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
|
- optional-ucode: boolean property to make microcode optional. If the
|
||||||
u-boot.bin image does not include microcode, no error will
|
u-boot.bin image does not include microcode, no error will
|
||||||
be generated.
|
be generated.
|
||||||
|
|
Loading…
Add table
Reference in a new issue