diff options
author | John Audia <therealgraysky@proton.me> | 2022-10-29 07:28:23 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-30 17:55:00 +0100 |
commit | af1e3439a8006a4878322f8129a51b23fa8be2b3 (patch) | |
tree | 56f91b376674e28901e8b2e39017a66668228d3e /target | |
parent | 86ba286766c9ba6de34d5f4dab234dcc7010000c (diff) | |
download | upstream-af1e3439a8006a4878322f8129a51b23fa8be2b3.tar.gz upstream-af1e3439a8006a4878322f8129a51b23fa8be2b3.tar.bz2 upstream-af1e3439a8006a4878322f8129a51b23fa8be2b3.zip |
rockchip: armv8: 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')
-rw-r--r-- | target/linux/rockchip/armv8/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rockchip/armv8/config-5.15 b/target/linux/rockchip/armv8/config-5.15 index e5c8a6ce7f..371d06d164 100644 --- a/target/linux/rockchip/armv8/config-5.15 +++ b/target/linux/rockchip/armv8/config-5.15 @@ -28,6 +28,7 @@ CONFIG_ARM64_ERRATUM_832075=y CONFIG_ARM64_ERRATUM_843419=y CONFIG_ARM64_ERRATUM_845719=y CONFIG_ARM64_ERRATUM_858921=y +CONFIG_ARM64_ERRATUM_1742098=y CONFIG_ARM64_HW_AFDBM=y CONFIG_ARM64_LD_HAS_FIX_ERRATUM_843419=y CONFIG_ARM64_MODULE_PLTS=y |