X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx7_common.h;h=bd779aecd7c9ce2671257cc2fcbcad22edc6ef2f;hb=19ea606109135c3d9892d86e1b1c2a8fb551cc1b;hp=b6ded774cc401ea947a368a2f390d16eba441934;hpb=eaa0bde05186b1738d221bc5effc6f257a14e360;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index b6ded77..bd779ae 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -9,6 +9,7 @@ #define __MX7_COMMON_H #include +#include #include #include @@ -29,22 +30,16 @@ #define CONFIG_LOADADDR 0x80800000 -/* allow to overwrite serial and ethaddr */ -#define CONFIG_ENV_OVERWRITE - /* Miscellaneous configurable options */ #define CONFIG_SYS_CBSIZE 512 #define CONFIG_SYS_MAXARGS 32 /* UART */ -#define CONFIG_MXC_UART /* MMC */ #define CONFIG_ARMV7_SECURE_BASE 0x00900000 -#define CONFIG_ARMV7_PSCI_1_0 - #ifdef CONFIG_SPL_BUILD #define CONFIG_SPL_DRIVERS_MISC_SUPPORT #endif