summaryrefslogtreecommitdiff
path: root/packages/uboot-utils
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-03-16 17:55:18 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-03-16 17:55:18 +0000
commit7164307894a15fb133458e34a0aba2c385da9c2d (patch)
tree0beb75dee9059ab925103bab9949a38e304b03c1 /packages/uboot-utils
parent0cb46167e30ab297fae6853e7f4404359903f7f5 (diff)
uboot-utils: Add a default fw_env.config so the build doesn't fail when built for a new machine
Diffstat (limited to 'packages/uboot-utils')
-rw-r--r--packages/uboot-utils/files/fw_env.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/uboot-utils/files/fw_env.config b/packages/uboot-utils/files/fw_env.config
new file mode 100644
index 0000000000..2432bd866c
--- /dev/null
+++ b/packages/uboot-utils/files/fw_env.config
@@ -0,0 +1,7 @@
+# Configuration file for fw_(printenv/saveenv) utility.
+# Up to two entries are valid, in this case the redundand
+# environment sector is assumed present.
+
+# MTD device name Device offset Env. size Flash sector size
+/dev/mtd1 0x0000 0x4000 0x4000
+/dev/mtd2 0x0000 0x4000 0x4000