aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorJavier Martin <javier.martin@vista-silicon.com>2011-02-09 17:37:15 +0000
committerTom Rini <tom_rini@mentor.com>2011-02-12 08:03:54 -0700
commit8b6b196068626d3c29aa85910f95c5ae6aa0efdc (patch)
treeed322a8b495c52d908175c1cf8f3567c4eb37300 /recipes/u-boot
parentc7cb28401d4b3eb3edae53c2537a9ca7bd40590a (diff)
downloadopenembedded-8b6b196068626d3c29aa85910f95c5ae6aa0efdc.tar.gz
Add custom fw_env.conf for Visstrim_M10 boards.
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r--recipes/u-boot/files/visstrim_m10/fw_env.config9
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 0000000000..0778c32144
--- /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
+