aboutsummaryrefslogtreecommitdiff
path: root/target/linux/armvirt/patches-6.1/221-armvirt-disable-gc_sections.patch
Commit message (Collapse)AuthorAge
* armvirt: disable LD dead code elimination on ARM32Mathew McBride2023-06-02
This interferes with the generation of the EFI stub section for ARM32. As this target is not size constrained, disable the dead code data elimination hack. Signed-off-by: Mathew McBride <matt@traverse.com.au>