summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-02-27 14:20:44 +0100
committerAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-03-07 16:25:12 +0100
commitcabe533b45d17e2bee8a2d148d14f61814e08bda (patch)
treef56ac271ffd0c68dc4b74144c62a82b81592a79b
parent56c2bef99a0f4f4c979f15df41452942b31c2e8e (diff)
colibri-imx8x: update update_uboot confirmation message
Update update_uboot confirmation message. Upstream-Status: Submitted [https://lore.kernel.org/all/20230303132642.15574-7-andrejs.cainikovs@toradex.com/] Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
-rw-r--r--include/configs/colibri-imx8x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx8x.h
index b42c7cb91a..8bb5b8576d 100644
--- a/include/configs/colibri-imx8x.h
+++ b/include/configs/colibri-imx8x.h
@@ -78,7 +78,7 @@
"panel=NULL\0" \
"setup=setenv setupargs console=tty1 console=${console},${baudrate} " \
"consoleblank=0 earlycon\0" \
- "update_uboot=askenv confirm Did you load u-boot-dtb.imx (y/N)?; " \
+ "update_uboot=askenv confirm Did you load flash.bin resp. u-boot-dtb.imx (y/N)?; " \
"if test \"$confirm\" = \"y\"; then " \
"setexpr blkcnt ${filesize} + 0x1ff && setexpr blkcnt " \
"${blkcnt} / 0x200; mmc dev 0 1; mmc write ${loadaddr} 0x0 " \