diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-02-18 18:57:02 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-02 21:33:07 +0100 |
commit | e54f937f5149bb684b9add3f3a975dd2bd606c5d (patch) | |
tree | f0bff22640d5ddeb92184817df71a2d879f8c977 /target/linux/mvebu/config-4.14 | |
parent | 0a3df09cd1e60261501936fcc7d298a48ebf6681 (diff) | |
download | upstream-e54f937f5149bb684b9add3f3a975dd2bd606c5d.tar.gz upstream-e54f937f5149bb684b9add3f3a975dd2bd606c5d.tar.bz2 upstream-e54f937f5149bb684b9add3f3a975dd2bd606c5d.zip |
mvebu: activate more workarounds for ARM erratas
The Armada XP uses a Marvell PJ4Bv7 Processor for which already one
workaround for an errata is activated.
The Armada 285 uses a Cortex A9 r4p1 for which the Linux kernel provides
a workaround for ERRATA_764369, activate this.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/mvebu/config-4.14')
-rw-r--r-- | target/linux/mvebu/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/config-4.14 b/target/linux/mvebu/config-4.14 index 708c4e5639..71123f52bc 100644 --- a/target/linux/mvebu/config-4.14 +++ b/target/linux/mvebu/config-4.14 @@ -45,6 +45,7 @@ CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y CONFIG_ARM_CPU_SUSPEND=y CONFIG_ARM_CRYPTO=y CONFIG_ARM_ERRATA_720789=y +CONFIG_ARM_ERRATA_764369=y CONFIG_ARM_GIC=y CONFIG_ARM_GLOBAL_TIMER=y CONFIG_ARM_HAS_SG_CHAIN=y |