[U-Boot] [PATCH v2] ARM: mx6: Enable ARM errata workaround for 845369
Fabio Estevam
festevam at gmail.com
Mon Apr 6 20:21:05 CEST 2015
Hi Nitin,
On Mon, Apr 6, 2015 at 3:08 PM, <nitin.garg at 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
More information about the U-Boot
mailing list