From ccf24b5dcd14fbdd5fb24a3f1f1eadcb89b22ea0 Mon Sep 17 00:00:00 2001 From: John Audia Date: Fri, 13 Oct 2023 02:29:29 -0400 Subject: [PATCH] config-6.1: disable CONFIG_ARM64_ERRATUM_2966298 Disable new ksym globally as OpenWrt does not have any targets that use A520 cores. Reviewed-by: Robert Marko Signed-off-by: John Audia --- target/linux/generic/config-6.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index 8c078b2011..3b9590ce6b 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -375,6 +375,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 # CONFIG_ARM64_ERRATUM_843419 is not set # CONFIG_ARM64_ERRATUM_845719 is not set # CONFIG_ARM64_ERRATUM_858921 is not set +# CONFIG_ARM64_ERRATUM_2966298 is not set # CONFIG_ARM64_HW_AFDBM is not set # CONFIG_ARM64_LSE_ATOMICS is not set CONFIG_ARM64_MODULE_PLTS=y -- 2.30.2