[openwrt/openwrt] config-6.1: disable CONFIG_ARM64_ERRATUM_2966298
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 14 06:52:45 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ccf24b5dcd14fbdd5fb24a3f1f1eadcb89b22ea0
commit ccf24b5dcd14fbdd5fb24a3f1f1eadcb89b22ea0
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Fri Oct 13 02:29:29 2023 -0400
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 <robimarko at gmail.com>
Signed-off-by: John Audia <therealgraysky at proton.me>
---
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
More information about the lede-commits
mailing list