diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2019-06-14 01:18:58 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2019-06-14 01:24:56 +0300 |
commit | 09c6885ce789c57be6c2fa6a3e354d4329945714 (patch) | |
tree | fbcd9a37a6ef9ff58d5f8f02156672b445cd247a /target/linux/generic/config-4.19 | |
parent | 55fcc77072c9ca0baee8e79c00d2342be26fce47 (diff) | |
download | upstream-09c6885ce789c57be6c2fa6a3e354d4329945714.tar.gz upstream-09c6885ce789c57be6c2fa6a3e354d4329945714.tar.bz2 upstream-09c6885ce789c57be6c2fa6a3e354d4329945714.zip |
kernel: add missing symbol to 4.19 config
Kernel 4.19.47 added a new kernel config symbol ARM64_ERRATUM_1463225.
This causes a build failure for sunxi/cortexa53. Add the symbol to the
generic config to fix this, and avoid future build failures on other
arm64 targets that expose this symbol. As the erratum only affects
Cortex-A76 cores, we can safely disable it.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/generic/config-4.19')
-rw-r--r-- | target/linux/generic/config-4.19 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index ed1bcb5011..72ce1bb2d7 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -285,6 +285,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 # CONFIG_ARC_EMAC is not set # CONFIG_ARC_IRQ_NO_AUTOSAVE is not set # CONFIG_ARM64_ERRATUM_1024718 is not set +# CONFIG_ARM64_ERRATUM_1463225 is not set # CONFIG_ARM64_ERRATUM_819472 is not set # CONFIG_ARM64_ERRATUM_824069 is not set # CONFIG_ARM64_ERRATUM_826319 is not set |