X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=inline;f=include%2Fconfigs%2Fmx6_common.h;h=e0528ce4b928839ce1619d6694e3b08f9be58f57;hb=c49cfdcd2210577f300d005a5c0745e9839bf21a;hp=b333937827a0a0200403eae7821c744ad7c779af;hpb=3c47f2f4871c345c20b9d986b11fec550ef6cc9f;p=u-boot diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index b333937827..e0528ce4b9 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -19,5 +19,16 @@ #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_MP +#define CONFIG_MXC_GPT_HCLK #endif