]> git.sur5r.net Git - u-boot/blobdiff - board/samsung/common/exynos-uboot-spl.lds
Merge branch 'master' of git://git.denx.de/u-boot-spi
[u-boot] / board / samsung / common / exynos-uboot-spl.lds
index 8e3b73ecf7859ede269071727a2c39d6e73af459..4a933c87e9fb2623a5ebe2222d0f994484eba047 100644 (file)
@@ -21,6 +21,7 @@ SECTIONS
        .text :
        {
                __start = .;
+               *(.vectors)
                arch/arm/cpu/armv7/start.o (.text*)
                *(.text*)
        } >.sram
@@ -42,7 +43,11 @@ SECTIONS
        . = ALIGN(4);
 
        __image_copy_end = .;
-       _end = .;
+
+       .end :
+       {
+               *(.__end)
+       } >.sram
 
        .bss :
        {