ipq806x: 5.15: drop arm override compile patch
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 8 May 2023 16:09:23 +0000 (18:09 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 12 May 2023 01:15:41 +0000 (03:15 +0200)
commitade9eba1496bb01acc03731c4ccb5369802b73ac
treedae3310dee4cdb87cd440c285640de25b23301bc
parentc7bca5883d17ad49c66e7acd671c2c2a3d0ea6fc
ipq806x: 5.15: drop arm override compile patch

Drop arm override compile patch. The use is dubious and at times (2016)
it was never explained why this was required.
Krait CPU and Cortex-a15 may be similar but they have some intrinsic
difference. While very similar they differ a lot in additional feature
and also cache configuration.

Also these conflict with raid6 libraty compilation that use specific
workaround not compatible with cortex-a15 and produce compilation
warning.
Fix compilation warning:
cc1: error: switch '-mcpu=cortex-a15' conflicts with switch '-march=armv7-a+simd' [-Werror]
cc1: all warnings being treated as errors

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/ipq806x/patches-5.15/0065-arm-override-compiler-flags.patch [deleted file]