X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx51evk.h;h=fd42afcedca15cc9322c8237d4e110b211663ec4;hb=374a235d42fa63cc84dbf384944a69b2d05bdc81;hp=50caacdb87e778264ed3e02f8ee252a50ae4fad8;hpb=f38536f9138c253b0c1f9c72093a7ec6808e638f;p=u-boot diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 50caacdb87..fd42afcedc 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -35,7 +35,7 @@ #define CONFIG_SYS_TEXT_BASE 0x97800000 -#define CONFIG_L2_OFF +#define CONFIG_SYS_L2CACHE_OFF #include /* @@ -48,6 +48,8 @@ #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_INITRD_TAG 1 +#define CONFIG_OF_LIBFDT 1 + /* * Size of malloc() pool */ @@ -224,7 +226,4 @@ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0 -#define CONFIG_OF_LIBFDT -#define CONFIG_SYS_BOOTMAPSZ 0x800000 - #endif