mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-03 01:31:07 +00:00
79a82d7e87
Manually rebased: generic/hack-6.1/220-arm-gc_sections.patch armsr/patches-6.1/221-armsr-disable_gc_sections_armv7.patch All other patches automatically rebased. Signed-off-by: John Audia <therealgraysky@proton.me>
24 lines
714 B
Diff
24 lines
714 B
Diff
From b77c0ecdc7915e5c5c515da1aa6cfaf6f4eb8351 Mon Sep 17 00:00:00 2001
|
|
From: Mathew McBride <matt@traverse.com.au>
|
|
Date: Wed, 28 Sep 2022 16:39:31 +1000
|
|
Subject: [PATCH] arm: disable code size reduction measures
|
|
(gc-sections,-f*-sections)
|
|
|
|
This interferes with the EFI boot stub on armv7l.
|
|
|
|
Signed-off-by: Mathew McBride <matt@traverse.com.au>
|
|
---
|
|
arch/arm/Kconfig | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
--- a/arch/arm/Kconfig
|
|
+++ b/arch/arm/Kconfig
|
|
@@ -123,7 +123,6 @@ config ARM
|
|
select HAVE_VIRT_CPU_ACCOUNTING_GEN
|
|
select IRQ_FORCED_THREADING
|
|
select LOCK_MM_AND_FIND_VMA
|
|
- select HAVE_LD_DEAD_CODE_DATA_ELIMINATION
|
|
select MODULES_USE_ELF_REL
|
|
select NEED_DMA_MAP_STATE
|
|
select OF_EARLY_FLATTREE if OF
|