mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-06 14:51:35 +00:00
binman: Correct comment in u_boot_spl_elf
This comment mentions the wrong default filename. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c444b1a54f
commit
a6a520e47b
2 changed files with 2 additions and 2 deletions
|
@ -496,7 +496,7 @@ Entry: u-boot-spl-elf: U-Boot SPL ELF image
|
|||
-------------------------------------------
|
||||
|
||||
Properties / Entry arguments:
|
||||
- filename: Filename of SPL u-boot (default 'spl/u-boot')
|
||||
- filename: Filename of SPL u-boot (default 'spl/u-boot-spl')
|
||||
|
||||
This is the U-Boot SPL ELF image. It does not include a device tree but can
|
||||
be relocated to any address for execution.
|
||||
|
|
|
@ -12,7 +12,7 @@ class Entry_u_boot_spl_elf(Entry_blob):
|
|||
"""U-Boot SPL ELF image
|
||||
|
||||
Properties / Entry arguments:
|
||||
- filename: Filename of SPL u-boot (default 'spl/u-boot')
|
||||
- filename: Filename of SPL u-boot (default 'spl/u-boot-spl')
|
||||
|
||||
This is the U-Boot SPL ELF image. It does not include a device tree but can
|
||||
be relocated to any address for execution.
|
||||
|
|
Loading…
Add table
Reference in a new issue