From 91b5bd4ae139e9011a17377be494fe9c32db3cc4 Mon Sep 17 00:00:00 2001 From: Xiangfu Date: Wed, 24 Oct 2012 00:25:03 +0800 Subject: [PATCH] nanonote-files: update fw_env.config with new bootloader configure --- nanonote-files/files/etc/fw_env.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nanonote-files/files/etc/fw_env.config b/nanonote-files/files/etc/fw_env.config index 328a16c..81a835e 100644 --- a/nanonote-files/files/etc/fw_env.config +++ b/nanonote-files/files/etc/fw_env.config @@ -4,8 +4,8 @@ # 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 +/dev/mtd0 0xC0000 0x1000 0x80000 +/dev/mtd0 0x140000 0x1000 0x80000 # NAND example #/dev/mtd0 0x4000 0x4000 0x20000 2