X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx6_common.h;h=29b72b2e9ddf718d62292c911f7366176207056e;hb=993ea97e76ba0ceec39c50fea56143506532fa16;hp=b333937827a0a0200403eae7821c744ad7c779af;hpb=8f3937761bf260e71e7c199cf6547535ae7e90b9;p=u-boot diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index b333937827..29b72b2e9d 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -19,5 +19,18 @@ #define CONFIG_ARM_ERRATA_743622 #define CONFIG_ARM_ERRATA_751472 +#define CONFIG_ARM_ERRATA_794072 +#define CONFIG_ARM_ERRATA_761320 +#define CONFIG_BOARD_POSTCLK_INIT + +#ifndef CONFIG_SYS_L2CACHE_OFF +#define CONFIG_SYS_L2_PL310 +#define CONFIG_SYS_PL310_BASE L2_PL310_BASE +#endif + +#define CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE + +#define CONFIG_MP +#define CONFIG_MXC_GPT_HCLK #endif