mx5: Remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF
[platform/kernel/u-boot.git] / include / configs / mx53evk.h
index f2a5752..7fb1d9a 100644 (file)
@@ -29,8 +29,6 @@
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
 
-#define CONFIG_L2_OFF
-
 #include <asm/arch/imx-regs.h>
 
 #define CONFIG_CMDLINE_TAG             1       /* enable passing of ATAGs */
@@ -38,6 +36,8 @@
 #define CONFIG_SETUP_MEMORY_TAGS       1
 #define CONFIG_INITRD_TAG              1
 
+#define CONFIG_OF_LIBFDT               1
+
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 2 * 1024 * 1024)