binman: Correct comment in u_boot_spl_elf
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:45 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:58 +0000 (20:27 -0700)
This comment mentions the wrong default filename. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/u_boot_spl_elf.py

index 9cbdbbaadefb6c9ae24d5d365eeaf1a537afefdc..c26addcfe64f938bc6b979e66de4509bd86326c3 100644 (file)
@@ -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.
index da328ae15e1039ec533145493cd385cc4fa92bf8..24ee77237ed611185dd8222d18de94d1e28f099b 100644 (file)
@@ -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.