summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2019-05-29 12:06:43 +0200
committerJustin M. Forbes <jforbes@fedoraproject.org>2019-06-03 14:24:43 -0500
commit7dfb2ede8b26431c1739bb71eef8710758b57164 (patch)
treebcc1a18f0fbabc14ab3a13859efd06bf78361038
parentaa17e2287afb1f2cfc1bb317d6780a10951d33c5 (diff)
downloadkernel-7dfb2ede8b26431c1739bb71eef8710758b57164.tar.gz
kernel-7dfb2ede8b26431c1739bb71eef8710758b57164.tar.xz
kernel-7dfb2ede8b26431c1739bb71eef8710758b57164.zip
configs: remove CONFIG_ARM64_ERRATUM_1188873
The Kconfig symbol ARM64_ERRATUM_1188873 was dropped in v5.2-rc2, see upstream commit a5325089bd05 ("arm64: Handle erratum 1418040 as a superset of erratum 1188873"). So drop it from the configuration generation system too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
-rw-r--r--configs/fedora/generic/arm/aarch64/CONFIG_ARM64_ERRATUM_11888731
-rw-r--r--kernel-aarch64-debug.config1
-rw-r--r--kernel-aarch64.config1
3 files changed, 0 insertions, 3 deletions
diff --git a/configs/fedora/generic/arm/aarch64/CONFIG_ARM64_ERRATUM_1188873 b/configs/fedora/generic/arm/aarch64/CONFIG_ARM64_ERRATUM_1188873
deleted file mode 100644
index 58d6d9945..000000000
--- a/configs/fedora/generic/arm/aarch64/CONFIG_ARM64_ERRATUM_1188873
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_ARM64_ERRATUM_1188873=y
diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config
index 0ff00ad89..ddebe832a 100644
--- a/kernel-aarch64-debug.config
+++ b/kernel-aarch64-debug.config
@@ -287,7 +287,6 @@ CONFIG_ARM64_CNP=y
CONFIG_ARM64_CRYPTO=y
CONFIG_ARM64_ERRATUM_1024718=y
CONFIG_ARM64_ERRATUM_1165522=y
-CONFIG_ARM64_ERRATUM_1188873=y
CONFIG_ARM64_ERRATUM_1286807=y
CONFIG_ARM64_ERRATUM_1418040=y
CONFIG_ARM64_ERRATUM_1463225=y
diff --git a/kernel-aarch64.config b/kernel-aarch64.config
index 9442fbbe3..2bcbe0813 100644
--- a/kernel-aarch64.config
+++ b/kernel-aarch64.config
@@ -287,7 +287,6 @@ CONFIG_ARM64_CNP=y
CONFIG_ARM64_CRYPTO=y
CONFIG_ARM64_ERRATUM_1024718=y
CONFIG_ARM64_ERRATUM_1165522=y
-CONFIG_ARM64_ERRATUM_1188873=y
CONFIG_ARM64_ERRATUM_1286807=y
CONFIG_ARM64_ERRATUM_1418040=y
CONFIG_ARM64_ERRATUM_1463225=y