]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sunxi: Fix u-boot-spl.lds to refer to .vectors
authorHans de Goede <hdegoede@redhat.com>
Mon, 9 Jun 2014 09:36:54 +0000 (11:36 +0200)
committerIan Campbell <ijc@hellion.org.uk>
Sun, 6 Jul 2014 16:41:13 +0000 (17:41 +0100)
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>
arch/arm/cpu/armv7/sunxi/u-boot-spl.lds

index 5008028aae829bf46cf2a648358fcb5cf9ef740b..c1ae227f06d6905268dcec3ae89a284a3e4f12ea 100644 (file)
@@ -27,6 +27,7 @@ SECTIONS
        .text      :
        {
                __start = .;
+               *(.vectors)
                arch/arm/cpu/armv7/start.o      (.text)
                *(.text*)
        } > .sram