diff options
| author | Marcel Ziswiler <[email protected]> | 2023-03-03 14:26:31 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-03-30 10:47:31 +0200 |
| commit | 16db559a2d3d21a655ca0d1907d19179b5957dd9 (patch) | |
| tree | d35ed5d52ce007b21f32c00e572a2cead94f3028 /include | |
| parent | a2431bc0bbad6a2ba1beafb4a6869962fe4843ee (diff) | |
colibri-imx8x: update update_uboot confirmation message
Update update_uboot confirmation message.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Andrejs Cainikovs <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/colibri-imx8x.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 " \ |
