X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fconfigs%2Fmx6_common.h;h=e0528ce4b928839ce1619d6694e3b08f9be58f57;hb=f13ac7b2f0ab02d8536a5baf793a3227274388a2;hp=b333937827a0a0200403eae7821c744ad7c779af;hpb=6579d15c58e2b6b051f126ea8b77dd767252aa14;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