]> git.sur5r.net Git - u-boot/blobdiff - include/configs/mx51evk.h
powerpc/85xx: Add NAND boot support for P3041/P5020DS
[u-boot] / include / configs / mx51evk.h
index 50caacdb87e778264ed3e02f8ee252a50ae4fad8..fd42afcedca15cc9322c8237d4e110b211663ec4 100644 (file)
@@ -35,7 +35,7 @@
 
 #define CONFIG_SYS_TEXT_BASE   0x97800000
 
-#define CONFIG_L2_OFF
+#define CONFIG_SYS_L2CACHE_OFF
 
 #include <asm/arch/imx-regs.h>
 /*
@@ -48,6 +48,8 @@
 #define CONFIG_SETUP_MEMORY_TAGS       1
 #define CONFIG_INITRD_TAG              1
 
+#define CONFIG_OF_LIBFDT               1
+
 /*
  * Size of malloc() pool
  */
 #define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
-#define CONFIG_OF_LIBFDT
-#define CONFIG_SYS_BOOTMAPSZ   0x800000
-
 #endif