diff mbox series

[v1,06/17] colibri-imx8x: update update_uboot confirmation message

Message ID 20230303132642.15574-7-andrejs.cainikovs@toradex.com
State Accepted
Commit 16db559a2d3d21a655ca0d1907d19179b5957dd9
Delegated to: Stefano Babic
Headers show
Series colibri-imx8x: support refresh | expand

Commit Message

Andrejs Cainikovs March 3, 2023, 1:26 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Update update_uboot confirmation message.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
---
 include/configs/colibri-imx8x.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic March 30, 2023, 11:42 a.m. UTC | #1
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Update update_uboot confirmation message.
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
Applied to u-boot-imx, next, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx8x.h
index f493ba9b0f8..7826596a331 100644
--- a/include/configs/colibri-imx8x.h
+++ b/include/configs/colibri-imx8x.h
@@ -74,7 +74,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 " \