[U-Boot] [PATCH 26/37] binman: Correct comment in u_boot_spl_elf
Simon Glass
sjg at chromium.org
Fri Jun 28 14:09:08 UTC 2019
This comment mentions the wrong default filename. Fix it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/README.entries | 2 +-
tools/binman/etype/u_boot_spl_elf.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/binman/README.entries b/tools/binman/README.entries
index 9cbdbbaadef..c26addcfe64 100644
--- a/tools/binman/README.entries
+++ b/tools/binman/README.entries
@@ -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.
diff --git a/tools/binman/etype/u_boot_spl_elf.py b/tools/binman/etype/u_boot_spl_elf.py
index da328ae15e1..24ee77237ed 100644
--- a/tools/binman/etype/u_boot_spl_elf.py
+++ b/tools/binman/etype/u_boot_spl_elf.py
@@ -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.
--
2.22.0.410.gd8fdbe21b5-goog
More information about the U-Boot
mailing list