[Armadeus-commitlog] armadeus/u-boot branch, armadeus-2024.01, updated. f51bdc96fb8cb505757c0ec1c8
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-04-23 13:27:59
|
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 f51bdc96fb8cb505757c0ec1c87d002e7a8532ef (commit)
from 87ea6cf8e9776210a59d401be455629e911b126d (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 f51bdc96fb8cb505757c0ec1c87d002e7a8532ef
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Apr 23 15:26:35 2024 +0200
board: armadeus: opos93dev: flash_rootfs: fix offset
-----------------------------------------------------------------------
Summary of changes:
board/armadeus/opos93dev/opos93dev.env | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/armadeus/opos93dev/opos93dev.env b/board/armadeus/opos93dev/opos93dev.env
index c5c76ca602..e5e4a82c10 100644
--- a/board/armadeus/opos93dev/opos93dev.env
+++ b/board/armadeus/opos93dev/opos93dev.env
@@ -63,7 +63,7 @@ flash_rootfs=
if mmc dev 0 0; then
setexpr nbblocks ${filesize} / 0x200;
setexpr nbblocks ${nbblocks} + 1;
- if mmc write ${loadaddr} 0x100010 ${nbblocks}; then
+ if mmc write ${loadaddr} 0x100800 ${nbblocks}; then
echo Flashing of rootfs image succeed;
else echo Flashing of rootfs image failed;
fi;
hooks/post-receive
--
armadeus/u-boot
|