aboutsummaryrefslogtreecommitdiff
path: root/target/linux/bcm53xx/patches-6.6/300-ARM-BCM5301X-Disable-MMU-and-Dcache-during-decompres.patch
Commit message (Collapse)AuthorAge
* bcm53xx: 6.6: fix ASM cache workaround linkingRobert Marko2024-04-23
| | | | | | | | | | | | | | 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>
* bcm53xx: add testing support for kernel 6.6Rafał Miłecki2024-03-28
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>