openwrt/target/linux/bcm53xx
Robert Marko a8befdee43 bcm53xx: 6.6: fix ASM cache workaround linking
Kernel 6.6 checks for orphan sections and prints a warning about them,
which in turn will make CI fails as we have Werror enabled there.

Issue is that cache-v7-min.S produces .init.text section which is an
orphan section since it is not being handled by the vmlinux.lds.S linker
script.

So, lets put the generated .init.text section under .text.

Fixes: f0d8ce4f48 ("bcm53xx: add testing support for kernel 6.6")
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-04-23 22:41:11 +02:00
..
base-files bcm53xx: Linksys EA9200 nvram and 02_network fixes 2023-10-22 11:11:43 +02:00
files/arch/arm/boot/compressed bcm53xx: move bcm47xx_sprom driver to 4.4 specific directory 2017-02-06 10:18:20 +01:00
generic bcm53xx: add generic subtarget 2019-09-02 22:38:47 +02:00
image bcm53xx: add testing support for kernel 6.6 2024-03-28 00:06:26 +01:00
patches-5.15 kernel: bump 5.15 to 5.15.152 2024-03-29 13:44:41 +01:00
patches-6.1 kernel: bump 6.1 to 6.1.82 2024-03-19 00:33:51 +01:00
patches-6.6 bcm53xx: 6.6: fix ASM cache workaround linking 2024-04-23 22:41:11 +02:00
profiles target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
config-5.15 generic: enable CONFIG_ARM_CRYPTO for 32bit arm targets 2023-05-10 19:01:45 +02:00
config-6.1 bcm53xx: refresh kernel 6.1 config 2024-03-28 00:05:50 +01:00
config-6.6 bcm53xx: refresh kernel 6.6 config 2024-03-28 00:11:37 +01:00
Makefile bcm53xx: add testing support for kernel 6.6 2024-03-28 00:06:26 +01:00
modules.mk bcm53xx: fix kmod-i2c-bcm-iproc for kernel 5.10 2021-08-31 11:41:04 +02:00