diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2019-05-29 12:06:43 +0200 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2019-06-03 14:24:43 -0500 |
commit | 7dfb2ede8b26431c1739bb71eef8710758b57164 (patch) | |
tree | bcc1a18f0fbabc14ab3a13859efd06bf78361038 /kernel-aarch64-debug.config | |
parent | aa17e2287afb1f2cfc1bb317d6780a10951d33c5 (diff) | |
download | kernel-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>
Diffstat (limited to 'kernel-aarch64-debug.config')
-rw-r--r-- | kernel-aarch64-debug.config | 1 |
1 files changed, 0 insertions, 1 deletions
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 |