[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-276-g8e9e400
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-04-19 15:30:20
|
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 8e9e4003e53446f39a9a87770bb4e1afe73dab88 (commit)
from fc3002de7891e356c505d9490cddf6a34c9cfb5b (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 8e9e4003e53446f39a9a87770bb4e1afe73dab88
Author: Eric Jarrige <eri...@ar...>
Date: Thu Apr 19 17:41:24 2012 +0200
[ROOTFS] add fw_printenv/fw_setenv configuration file - this file aims to be compliant with all the Armadeus boards
-----------------------------------------------------------------------
Summary of changes:
.../rootfs/target_skeleton/etc/fw_env.config | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 buildroot/target/device/armadeus/rootfs/target_skeleton/etc/fw_env.config
diff --git a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/fw_env.config b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/fw_env.config
new file mode 100644
index 0000000..4a05c29
--- /dev/null
+++ b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/fw_env.config
@@ -0,0 +1,12 @@
+# Configuration file for fw_(printenv/saveenv) utility.
+# Up to two entries are valid, in this case the redundant
+# environment sector is assumed present.
+# Notice, that the "Number of sectors" is ignored on NOR and SPI-dataflash.
+# Futhermore, if the Flash sector size is ommitted, this value is assumed to
+# be the same as the Environment size, which is valid for NOR and SPI-dataflash
+
+# Armadeus boards default environment configuration
+# MTD device name Device offset Env. size Flash sector size Number of sectors
+/dev/mtd1 0x0000 0x20000 0x20000 4
+/dev/mtd2 0x0000 0x20000 0x20000 4
+
hooks/post-receive
--
armadeus
|