diff options
| author | Chukun Pan | 2025-07-06 15:05:16 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-13 13:27:54 +0000 |
| commit | c70de5277d020fd5ff34e1ff56cc1f355cec392d (patch) | |
| tree | a9f94bde1b68d4b54b48eef013b41a34ff5c4177 | |
| parent | 0ceedec6fa808c736b995ef97a8ebe19088a0235 (diff) | |
| download | openwrt-c70de5277d020fd5ff34e1ff56cc1f355cec392d.tar.gz | |
qualcommax: remove useless cpu erratum
These cpu erratums are used by other SoCs, just remove them.
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Link: https://github.com/openwrt/openwrt/pull/19380
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/qualcommax/config-6.12 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/qualcommax/config-6.12 b/target/linux/qualcommax/config-6.12 index e6906e4b27..5ce1483c76 100644 --- a/target/linux/qualcommax/config-6.12 +++ b/target/linux/qualcommax/config-6.12 @@ -65,7 +65,6 @@ CONFIG_BLK_MQ_PCI=y CONFIG_BLK_MQ_VIRTIO=y CONFIG_BLK_PM=y CONFIG_BUILTIN_RETURN_ADDRESS_STRIPS_PAC=y -CONFIG_CAVIUM_TX2_ERRATUM_219=y CONFIG_CC_HAVE_SHADOW_CALL_STACK=y CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y # CONFIG_CLK_QCM2290_GPUCC is not set @@ -154,7 +153,6 @@ CONFIG_FIXED_PHY=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_FRAME_POINTER=y CONFIG_FS_IOMAP=y -CONFIG_FUJITSU_ERRATUM_010001=y CONFIG_FUNCTION_ALIGNMENT=4 CONFIG_FUNCTION_ALIGNMENT_4B=y CONFIG_FWNODE_MDIO=y @@ -294,7 +292,6 @@ CONFIG_NO_HZ_COMMON=y CONFIG_NO_HZ_IDLE=y CONFIG_NR_CPUS=4 # CONFIG_NSM is not set -CONFIG_NVIDIA_CARMEL_CNP_ERRATUM=y CONFIG_NVMEM=y CONFIG_NVMEM_LAYOUTS=y CONFIG_NVMEM_LAYOUT_ASCII_ENV=y |