Skip to content
Snippets Groups Projects
Commit 9e5f80d8 authored by Hans de Goede's avatar Hans de Goede Committed by Ian Campbell
Browse files

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
41623c91 "arm: move exception handling out
of start.S files" commit.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Acked-by: default avatarIan Campbell <ijc@hellion.org.uk>
parent 4ba73a5a
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ SECTIONS ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment