[oe-commits] Javier Martin : Add custom fw_env.conf for Visstrim_M10 boards.

git version control git at git.openembedded.org
Sat Feb 12 15:05:11 UTC 2011


Module: openembedded.git
Branch: master
Commit: 8b6b196068626d3c29aa85910f95c5ae6aa0efdc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8b6b196068626d3c29aa85910f95c5ae6aa0efdc

Author: Javier Martin <javier.martin at vista-silicon.com>
Date:   Wed Feb  9 17:37:15 2011 +0000

Add custom fw_env.conf for Visstrim_M10 boards.

Signed-off-by: Javier Martin <javier.martin at vista-silicon.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/u-boot/files/visstrim_m10/fw_env.config |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/recipes/u-boot/files/visstrim_m10/fw_env.config b/recipes/u-boot/files/visstrim_m10/fw_env.config
new file mode 100644
index 0000000..0778c32
--- /dev/null
+++ b/recipes/u-boot/files/visstrim_m10/fw_env.config
@@ -0,0 +1,9 @@
+# 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.
+
+# MTD device name       Device offset   Env. size       Flash sector size       Number of sectors
+/dev/mtd7		0x0		0x8000		0x8000
+/dev/mtd8		0x0		0x8000		0x8000
+





More information about the Openembedded-commits mailing list