[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-428-g02c299518
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-07-16 15:53:14
|
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".
The branch, master has been updated
via 02c299518ae1815e8c0a7263b691ccd0b3cd70c6 (commit)
from 72233fb11b5400fab48e4aba83ab74dc69a14713 (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 02c299518ae1815e8c0a7263b691ccd0b3cd70c6
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Jul 16 17:52:05 2024 +0200
[BUILDROOT] Make fw_{print,set}env commands work on OPOS93
-----------------------------------------------------------------------
Summary of changes:
.../etc/{fw_env_opos8mm.config => fw_env_opos93.config} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
copy buildroot/target/device/armadeus/rootfs/target_overlay/etc/{fw_env_opos8mm.config => fw_env_opos93.config} (73%)
diff --git a/buildroot/target/device/armadeus/rootfs/target_overlay/etc/fw_env_opos8mm.config b/buildroot/target/device/armadeus/rootfs/target_overlay/etc/fw_env_opos93.config
similarity index 73%
copy from buildroot/target/device/armadeus/rootfs/target_overlay/etc/fw_env_opos8mm.config
copy to buildroot/target/device/armadeus/rootfs/target_overlay/etc/fw_env_opos93.config
index 2e2ebdf04..07121e5b2 100644
--- a/buildroot/target/device/armadeus/rootfs/target_overlay/etc/fw_env_opos8mm.config
+++ b/buildroot/target/device/armadeus/rootfs/target_overlay/etc/fw_env_opos93.config
@@ -1,7 +1,7 @@
-# Configuration file for fw_(printenv/saveenv) utility on >>> OPOS8MM <<<.
+# Configuration file for fw_(printenv/saveenv) utility on >>> OPOS93 <<<.
# Up to two entries are valid, in this case the redundant environment sector is
# assumed present.
# Block device name Device offset Env. size
-/dev/mmcblk0boot1 0x0 0x4000
-/dev/mmcblk0boot1 0x4000 0x4000
+/dev/mmcblk0boot1 0x0 0x20000
+/dev/mmcblk0boot1 0x20000 0x20000
hooks/post-receive
--
armadeus
|