diff options
author | John Audia <therealgraysky@proton.me> | 2022-10-29 07:05:34 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-30 17:55:00 +0100 |
commit | 86ba286766c9ba6de34d5f4dab234dcc7010000c (patch) | |
tree | 63cbfa69ab8d68e9ba3ad575ea16eb9e1bf03ed2 /target/linux/mvebu | |
parent | 8e7cc062541397269095799f4111abb7eb3e90f7 (diff) | |
download | upstream-86ba286766c9ba6de34d5f4dab234dcc7010000c.tar.gz upstream-86ba286766c9ba6de34d5f4dab234dcc7010000c.tar.bz2 upstream-86ba286766c9ba6de34d5f4dab234dcc7010000c.zip |
mvebu: cortexa72: add CONFIG_ARM64_ERRATUM_1742098
5.15.76 introduces a new symbol that applies Cortex-A72 SoCs so enable it[1].
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/arm64/Kconfig?id=v5.15.76&id2=v5.15.75
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/cortexa72/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/cortexa72/config-5.15 b/target/linux/mvebu/cortexa72/config-5.15 index 37379834d3..cb27e0285f 100644 --- a/target/linux/mvebu/cortexa72/config-5.15 +++ b/target/linux/mvebu/cortexa72/config-5.15 @@ -12,6 +12,7 @@ CONFIG_ARCH_WANTS_NO_INSTR=y CONFIG_ARM64=y CONFIG_ARM64_4K_PAGES=y CONFIG_ARM64_LD_HAS_FIX_ERRATUM_843419=y +CONFIG_ARM64_ERRATUM_1742098=y CONFIG_ARM64_PAGE_SHIFT=12 CONFIG_ARM64_PA_BITS=48 CONFIG_ARM64_PA_BITS_48=y |