[Armadeus-commitlog] armadeus/u-boot branch, armadeus-2024.01, updated. 5a72dffc65949de86e27c48f37
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-04-16 14:01:53
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus/u-boot".
The branch, armadeus-2024.01 has been updated
via 5a72dffc65949de86e27c48f37f8a9f696b001e7 (commit)
from e694e2dc930be7da5493cf0199d201ae72866066 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5a72dffc65949de86e27c48f37f8a9f696b001e7
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Apr 16 16:00:04 2024 +0200
board: armadeus: opos93dev: be consistent with other boards
-----------------------------------------------------------------------
Summary of changes:
board/armadeus/opos93dev/opos93dev.env | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/armadeus/opos93dev/opos93dev.env b/board/armadeus/opos93dev/opos93dev.env
index 66ed677e4a..c5c76ca602 100644
--- a/board/armadeus/opos93dev/opos93dev.env
+++ b/board/armadeus/opos93dev/opos93dev.env
@@ -39,8 +39,8 @@ flash_uboot=
setexpr sz ${filesize} / 0x200;
setexpr sz ${sz} + 1;
if mmc write ${loadaddr} 0x0 ${sz}; then
- echo Flashing of U-Boot succeed;
- else echo Flashing of U-Boot failed;
+ echo Flashing of U-Boot image succeed;
+ else echo Flashing of U-Boot image failed;
fi;
fi;
update_uboot=run download_uboot flash_uboot
hooks/post-receive
--
armadeus/u-boot
|