commit | 6b2e26f8d6a52091d99fb18864d4f871c9d7abe0 | [log] [tgz] |
---|---|---|
author | Mans Rullgard <mans@mansr.com> | Sat Apr 21 16:11:08 2018 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Fri Apr 27 09:32:54 2018 +0200 |
tree | 776cfbd38f43300c2f9f43c57496f4f25a4fb1f9 | |
parent | 96db04fce2b511ce5547543fab73139e14127004 [diff] |
ARM: spl: include arm/thumb glue sections When building in Thumb mode, the linker might generate mode switching stubs in .glue sections. Include these in the final link. Signed-off-by: Mans Rullgard <mans@mansr.com>
diff --git a/arch/arm/cpu/u-boot-spl.lds b/arch/arm/cpu/u-boot-spl.lds index 65f7b68..38fc9b4 100644 --- a/arch/arm/cpu/u-boot-spl.lds +++ b/arch/arm/cpu/u-boot-spl.lds
@@ -21,6 +21,7 @@ *(.vectors) CPUDIR/start.o (.text*) *(.text*) + *(.glue*) } . = ALIGN(4);