From: Hauke Mehrtens Date: Sun, 18 Feb 2018 17:57:02 +0000 (+0100) Subject: mvebu: activate more workarounds for ARM erratas X-Git-Tag: v18.06.0-rc1~737 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e54f937f5149bb684b9add3f3a975dd2bd606c5d;p=openwrt%2Fopenwrt.git 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 --- 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 diff --git a/target/linux/mvebu/config-4.9 b/target/linux/mvebu/config-4.9 index 87040a493a..743f667fb0 100644 --- a/target/linux/mvebu/config-4.9 +++ b/target/linux/mvebu/config-4.9 @@ -38,6 +38,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_HAS_SG_CHAIN=y CONFIG_ARM_HEAVY_MB=y