From: Oyvind Repvik Date: Fri, 16 Mar 2007 17:55:18 +0000 (+0000) Subject: uboot-utils: Add a default fw_env.config so the build doesn't fail when built for... X-Git-Tag: Release-2010-05/1~8868^2~1090 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7164307894a15fb133458e34a0aba2c385da9c2d;p=openembedded.git uboot-utils: Add a default fw_env.config so the build doesn't fail when built for a new machine --- 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