mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-07 13:41:54 +02:00
sunxi: Fix u-boot-spl.lds to refer to .vectors
Adjust the u-boot-spl.lds linker script to match the changes made in the 41623c91b09a0c865fab41acdaff30f060f29ad6 "arm: move exception handling out of start.S files" commit. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
This commit is contained in:
parent
4ba73a5ac7
commit
9e5f80d823
@ -27,6 +27,7 @@ SECTIONS
|
|||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
__start = .;
|
__start = .;
|
||||||
|
*(.vectors)
|
||||||
arch/arm/cpu/armv7/start.o (.text)
|
arch/arm/cpu/armv7/start.o (.text)
|
||||||
*(.text*)
|
*(.text*)
|
||||||
} > .sram
|
} > .sram
|
||||||
|
Loading…
x
Reference in New Issue
Block a user