summaryrefslogtreecommitdiff
path: root/include/configs/ds414.h
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-11-02 20:51:28 +0300
committerStefan Roese <sr@denx.de>2022-11-07 09:17:55 +0300
commit87ac4b4b4ca5f00e2ddcdac41c9dc691ab2aecf1 (patch)
tree214b5ae758e50c7733b1b65d41f3819d67aaa17d /include/configs/ds414.h
parent497db3ad89d6bc257519961cb89aa7dcda30a045 (diff)
downloadu-boot-87ac4b4b4ca5f00e2ddcdac41c9dc691ab2aecf1.tar.xz
Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwb
File name with pattern u-boot-spl* is used on all places except in kwb image for binary with SPL-only code. Combined binary with both SPL and proper U-Boot in other places has file name pattern u-boot-with-spl*. Make it consistent also for kwb image and rename u-boot-spl.kwb to u-boot-with-spl.kwb as this image contains both SPL and proper U-Boot code. Also update documentation about file name changes. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/ds414.h')
-rw-r--r--include/configs/ds414.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ds414.h b/include/configs/ds414.h
index f8273a92f1..76d1713fdc 100644
--- a/include/configs/ds414.h
+++ b/include/configs/ds414.h
@@ -50,7 +50,7 @@
"ethmtu=1500\0eth1mtu=1500\0" \
"update_uboot=sf probe; dhcp; " \
"mw.b ${loadaddr} 0x0 0xd0000; " \
- "tftpboot ${loadaddr} u-boot-spl.kwb; " \
+ "tftpboot ${loadaddr} u-boot-with-spl.kwb; " \
"sf update ${loadaddr} 0x0 0xd0000\0"