mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-06 03:35:56 +00:00
ARM: mx6: define CONFIG_ARM_ERRATA_742230
The ARM errata 742230 - "ARM errata: DMB operation may be faulty" is claimed for Cortex-A9 (r1p0..r2p2). Though i.MX6 uses a newer revision than r2p2, we are seeing a reboot failure on i.MX6 SMP build that can be fixed by applying the workaround for this errata. So for safety, let's define CONFIG_ARM_ERRATA_742230 to enable the workaround on i.MX6. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
59efa051cd
commit
e9fd66defd
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
#ifndef __MX6_COMMON_H
|
#ifndef __MX6_COMMON_H
|
||||||
#define __MX6_COMMON_H
|
#define __MX6_COMMON_H
|
||||||
|
|
||||||
|
#define CONFIG_ARM_ERRATA_742230
|
||||||
#define CONFIG_ARM_ERRATA_743622
|
#define CONFIG_ARM_ERRATA_743622
|
||||||
#define CONFIG_ARM_ERRATA_751472
|
#define CONFIG_ARM_ERRATA_751472
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue