]> git.sur5r.net Git - u-boot/blobdiff - board/ait/cam_enc_4xx/u-boot-spl.lds
Merge branch 'buildman' of git://git.denx.de/u-boot-x86
[u-boot] / board / ait / cam_enc_4xx / u-boot-spl.lds
index fdfbfc38a96769bb805105be4bd2fa0225156518..f5c19df0d31cd8ae9ba91112e566b00ba6b03166 100644 (file)
@@ -22,6 +22,7 @@ SECTIONS
        .text      :
        {
        __start = .;
+         *(.vectors)
          arch/arm/cpu/arm926ejs/start.o        (.text*)
          *(.text*)
        } >.sram
@@ -48,5 +49,9 @@ SECTIONS
        } >.sram
 
        __image_copy_end = .;
-       _end = .;
+
+       .end :
+       {
+               *(.__end)
+       }
 }