From 7164307894a15fb133458e34a0aba2c385da9c2d Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Fri, 16 Mar 2007 17:55:18 +0000 Subject: uboot-utils: Add a default fw_env.config so the build doesn't fail when built for a new machine --- packages/uboot-utils/files/fw_env.config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/uboot-utils/files/fw_env.config (limited to 'packages/uboot-utils/files') 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 -- cgit v1.2.3