summaryrefslogtreecommitdiff
path: root/board/armadeus
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2023-06-05 13:58:59 +0200
committerTom Rini <[email protected]>2023-06-19 16:45:36 -0400
commitbb922ca3eb4b92a27e98fb5d81bf22242e9d4f0e (patch)
tree142c42696ab3dfca5f75046de0c5b32b7728724b /board/armadeus
parentdd9484a828d268f175d7c54400574d47b2e4f9ab (diff)
global: Use proper project name U-Boot (next)
Use proper project name in DTs, messages and READMEs. Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'board/armadeus')
-rw-r--r--board/armadeus/opos6uldev/opos6uldev.env8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/armadeus/opos6uldev/opos6uldev.env b/board/armadeus/opos6uldev/opos6uldev.env
index 585f28ca858..f9002978710 100644
--- a/board/armadeus/opos6uldev/opos6uldev.env
+++ b/board/armadeus/opos6uldev/opos6uldev.env
@@ -42,8 +42,8 @@ flash_uboot_spl=
setexpr sz ${filesize} / 0x200;
setexpr sz ${sz} + 1;
if mmc write ${loadaddr} 0x2 ${sz}; then
- echo Flashing of U-boot SPL succeed;
- else echo Flashing of U-boot SPL failed;
+ echo Flashing of U-Boot SPL succeed;
+ else echo Flashing of U-Boot SPL failed;
fi;
fi;
download_uboot_img=tftpboot ${loadaddr} ${board_name}-u-boot.img
@@ -52,8 +52,8 @@ flash_uboot_img=
setexpr sz ${filesize} / 0x200;
setexpr sz ${sz} + 1;
if mmc write ${loadaddr} 0x8a ${sz}; then
- echo Flashing of U-boot image succeed;
- else echo Flashing of U-boot image failed;
+ echo Flashing of U-Boot image succeed;
+ else echo Flashing of U-Boot image failed;
fi;
fi;
update_uboot=run download_uboot_spl flash_uboot_spl