diff options
author | John Audia <therealgraysky@proton.me> | 2022-10-30 05:38:39 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-30 17:54:59 +0100 |
commit | dab23d04afb2833f9e9498808dab1605b685f831 (patch) | |
tree | e71a49a3072a2bf14f2b904609fbff7aefb8859f | |
parent | 7a27ac605c7e55b7350c0bea76ca5d6eb218c5ea (diff) | |
download | upstream-dab23d04afb2833f9e9498808dab1605b685f831.tar.gz upstream-dab23d04afb2833f9e9498808dab1605b685f831.tar.bz2 upstream-dab23d04afb2833f9e9498808dab1605b685f831.zip |
layerscape: armv8_64b: add CONFIG_ARM64_ERRATUM_1742098
5.10.152 introduces a new symbol that applies Cortex-A72 SoCs so enable it[1].
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/arm64/Kconfig?id=v5.10.152&id2=v5.10.151
Signed-off-by: John Audia <therealgraysky@proton.me>
-rw-r--r-- | target/linux/layerscape/armv8_64b/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/layerscape/armv8_64b/config-5.10 b/target/linux/layerscape/armv8_64b/config-5.10 index 10aaace99c..fc12865a6e 100644 --- a/target/linux/layerscape/armv8_64b/config-5.10 +++ b/target/linux/layerscape/armv8_64b/config-5.10 @@ -19,6 +19,7 @@ CONFIG_ARM64=y CONFIG_ARM64_4K_PAGES=y CONFIG_ARM64_CNP=y CONFIG_ARM64_CRYPTO=y +CONFIG_ARM64_ERRATUM_1742098=y CONFIG_ARM64_ERRATUM_1165522=y CONFIG_ARM64_ERRATUM_1286807=y CONFIG_ARM64_ERRATUM_819472=y |