
6 Apr
2015
6 Apr
'15
8:21 p.m.
Hi Nitin,
On Mon, Apr 6, 2015 at 3:08 PM, nitin.garg@freescale.com wrote:
#define CONFIG_ARM_ERRATA_743622 +#if (defined(CONFIG_MX6Q) || defined(CONFIG_MX6DL) ||\ +defined(CONFIG_MX6QDL)) && !defined(CONFIG_MX6S) #define CONFIG_ARM_ERRATA_751472 #define CONFIG_ARM_ERRATA_794072 #define CONFIG_ARM_ERRATA_761320 +#define CONFIG_ARM_ERRATA_845369 +#endif #define CONFIG_BOARD_POSTCLK_INIT
This patch should be split in two:
- One that only applies the existing errata to multi-core
- One that adds CONFIG_ARM_ERRATA_845369.
Also, I would expect to see this patch as part of a series that introduces CONFIG_ARM_ERRATA_845369.
Regards,
Fabio Estevam