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: f0d8ce4f482c ("bcm53xx: add testing support for kernel 6.6")
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-04-23 22:41:11 +02:00
..
2024-03-28 13:06:43 +01:00
2024-03-29 09:58:45 +01:00
2024-01-19 21:24:44 +01:00
2024-04-22 09:51:14 +02:00
2024-04-14 18:03:37 +02:00
2024-04-14 18:03:37 +02:00
2024-04-08 21:52:51 +02:00
2024-01-06 12:52:49 +01:00
2024-04-23 22:38:05 +02:00
2024-03-24 21:19:10 +01:00
2024-04-14 18:03:37 +02:00
2024-04-05 09:27:45 +02:00
2024-04-16 23:11:25 +02:00
2024-03-24 21:20:46 +01:00
2024-04-14 19:46:30 +02:00
2024-04-19 18:32:42 +02:00
2024-04-16 23:11:25 +02:00
2024-02-13 19:05:48 +01:00
2024-03-31 18:34:04 +02:00
2024-04-18 00:30:03 +03:00
2024-04-16 23:11:25 +02:00
2024-04-19 18:32:50 +02:00
2024-03-23 21:38:00 +01:00