From e67fd6e0d582c30da1e5d95f48c61be45efd0a43 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 5 Aug 2010 23:38:49 +0800 Subject: [PATCH] add fw_env.config for change kernel commandline Signed-off-by: Xiangfu Liu --- data/qi_lb60/files/etc/fw_env.config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/qi_lb60/files/etc/fw_env.config diff --git a/data/qi_lb60/files/etc/fw_env.config b/data/qi_lb60/files/etc/fw_env.config new file mode 100644 index 000000000..328a16cd3 --- /dev/null +++ b/data/qi_lb60/files/etc/fw_env.config @@ -0,0 +1,11 @@ +# 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/mtd0 0x100000 0x1000 0x80000 +/dev/mtd0 0x180000 0x1000 0x80000 + +# NAND example +#/dev/mtd0 0x4000 0x4000 0x20000 2