]> git.baikalelectronics.ru Git - uboot.git/commitdiff
apalis-imx8: update update_uboot confirmation message
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Mon, 16 Jan 2023 19:05:08 +0000 (20:05 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 30 Jan 2023 20:07:40 +0000 (21:07 +0100)
Update update_uboot confirmation message.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
include/configs/apalis-imx8.h

index a54e0185552d5614a9e6e54751a11bb0cac4c615..0c37aa7e384214fe57d1ab21588b598534a807b4 100644 (file)
@@ -36,7 +36,7 @@
        "initrd_high=0xffffffffffffffff\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 " \