]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ColdFire: Remove save env in NAND support for M54418TWR board.
authorJason Jin <Jason.jin@freescale.com>
Thu, 25 Oct 2012 07:27:37 +0000 (15:27 +0800)
committerjason <jason@jason-ThinkPad-T61.(none)>
Mon, 29 Oct 2012 14:08:32 +0000 (22:08 +0800)
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>
include/configs/M54418TWR.h

index 6c96111a7ec26d4ef44e69a9ae08fed84bde5c01..3be2f8ef33c77edf735297112559d9ca0d9091ff 100644 (file)
 #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