Commit be21be765d55ee26b5176b49df7f5057941d4095

Authored by Nitin Garg
1 parent 8be05ef585

MLK-10576 ARM: i.MX6: exclude the ARM errata from i.MX6 UP system

The ARM errata 751472, 794072, 761320, 845369 only applied
to the following configuration:

This erratum affects configurations with either:
- One processor if the ACP is present
- Two or more processors

i.MX6 family does not have the ACP and thus only the MPCore system
will be impacted, which are the i.MX6DQ, i.MX6DL.

Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
Signed-off-by: Jason Liu <r64343@freescale.com>
(cherry picked from commit 0db960784ba4f631ee5c0321b5d25f3b1ac55640)

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

include/configs/mx6_common.h
... ... @@ -18,10 +18,13 @@
18 18 #define __MX6_COMMON_H
19 19  
20 20 #define CONFIG_ARM_ERRATA_743622
  21 +#if (defined(CONFIG_MX6QP) || defined(CONFIG_MX6Q) ||\
  22 +defined(CONFIG_MX6DL)) && !defined(CONFIG_MX6SOLO)
21 23 #define CONFIG_ARM_ERRATA_751472
22 24 #define CONFIG_ARM_ERRATA_794072
23 25 #define CONFIG_ARM_ERRATA_761320
24 26 #define CONFIG_ARM_ERRATA_845369
  27 +#endif
25 28 #define CONFIG_BOARD_POSTCLK_INIT
26 29 #define CONFIG_LDO_BYPASS_CHECK
27 30 #define CONFIG_MXC_GPT_HCLK