8474a81f96
Disable CONFIG_SPL_OS_BOOT for ti armv7 configs with fix_spl_build_for_am335x.patch to reduce size of am335x SPL (forwarded request 215393 from Guillaume_G) OBS-URL: https://build.opensuse.org/request/show/215532 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=21
25 lines
785 B
Diff
25 lines
785 B
Diff
diff --git a/arch/arm/cpu/u-boot.lds b/arch/arm/cpu/u-boot.lds
|
|
index 4da5d24..fb8bfaf 100644
|
|
--- a/arch/arm/cpu/u-boot.lds
|
|
+++ b/arch/arm/cpu/u-boot.lds
|
|
@@ -97,6 +97,7 @@ SECTIONS
|
|
.dynamic : { *(.dynamic*) }
|
|
.plt : { *(.plt*) }
|
|
.interp : { *(.interp*) }
|
|
+ .gnu.hash : { *(.gnu.hash) }
|
|
.gnu : { *(.gnu*) }
|
|
.ARM.exidx : { *(.ARM.exidx*) }
|
|
.gnu.linkonce.armexidx : { *(.gnu.linkonce.armexidx.*) }
|
|
diff --git a/board/ti/am335x/u-boot.lds b/board/ti/am335x/u-boot.lds
|
|
index 6a734b3..fec4ccf 100644
|
|
--- a/board/ti/am335x/u-boot.lds
|
|
+++ b/board/ti/am335x/u-boot.lds
|
|
@@ -113,6 +113,7 @@ SECTIONS
|
|
.dynstr : { *(.dynstr*) }
|
|
.dynamic : { *(.dynamic*) }
|
|
.hash : { *(.hash*) }
|
|
+ .gnu.hash : { *(.gnu.hash) }
|
|
.plt : { *(.plt*) }
|
|
.interp : { *(.interp*) }
|
|
.gnu : { *(.gnu*) }
|