]> git.sur5r.net Git - u-boot/blobdiff - board/Barix/ipam390/u-boot-spl-ipam390.lds
imx: mx6sxsabresd: Enable DM driver
[u-boot] / board / Barix / ipam390 / u-boot-spl-ipam390.lds
index 5480d1f276cae881922f2e4b61460bb18fd7a345..5f290ec7dbcb69a27e32027af23908d1b136da67 100644 (file)
@@ -22,6 +22,7 @@ SECTIONS
        .text      :
        {
        __start = .;
+         *(.vectors)
          arch/arm/cpu/arm926ejs/start.o        (.text*)
          *(.text*)
        } >.sram
@@ -49,5 +50,9 @@ SECTIONS
        } >.sram
 
        __image_copy_end = .;
-       _end = .;
+
+       .end :
+       {
+               *(.__end)
+       } >.sram
 }