diff options
| author | Marcel Ziswiler <[email protected]> | 2023-01-16 20:05:08 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-01-30 21:07:40 +0100 |
| commit | 8930143e87c607af7430f871fa1c8e249e2fe6a4 (patch) | |
| tree | d9eaac1408ea97a6b3f44aafaf42fb0b4ebcea12 /include | |
| parent | 49db56852f01dcd1dc92127389b3ca16de664e8f (diff) | |
apalis-imx8: update update_uboot confirmation message
Update update_uboot confirmation message.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Francesco Dolcini <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/apalis-imx8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h index a54e0185552..0c37aa7e384 100644 --- a/include/configs/apalis-imx8.h +++ b/include/configs/apalis-imx8.h @@ -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 " \ |
