summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorJason Jin <Jason.jin@freescale.com>2012-10-25 15:27:37 +0800
committerjason <jason@jason-ThinkPad-T61.(none)>2012-10-29 22:08:32 +0800
commitb765fce95c58b5a7da44b89eb754e66880ecd7f1 (patch)
tree8231cb26d7ac66daac18e7b9f7e30a307bb260e3 /include/configs
parentf9a2d79337c27bee516dfbadea8a72773c81a5b7 (diff)
downloadu-boot-imx-b765fce95c58b5a7da44b89eb754e66880ecd7f1.zip
u-boot-imx-b765fce95c58b5a7da44b89eb754e66880ecd7f1.tar.gz
u-boot-imx-b765fce95c58b5a7da44b89eb754e66880ecd7f1.tar.bz2
ColdFire: Remove save env in NAND support for M54418TWR board.
This patch remove the env saving in NAND as so far the NAND driver is not ported to the M54418TWR platform. Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/M54418TWR.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M54418TWR.h b/include/configs/M54418TWR.h
index 6c96111..3be2f8e 100644
--- a/include/configs/M54418TWR.h
+++ b/include/configs/M54418TWR.h
@@ -350,7 +350,7 @@
#endif
#if defined(CONFIG_SYS_NAND_BOOT)
#define CONFIG_SYS_NO_FLASH
-#define CONFIG_ENV_IS_IN_NAND 1
+#define CONFIG_ENV_IS_NOWHERE
#define CONFIG_ENV_OFFSET 0x80000
#define CONFIG_ENV_SIZE 0x20000
#define CONFIG_ENV_SECT_SIZE 0x20000