]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/Barix/ipam390/u-boot-spl-ipam390.lds
arm: make _end compiler-generated
[karo-tx-uboot.git] / board / Barix / ipam390 / u-boot-spl-ipam390.lds
index 5480d1f276cae881922f2e4b61460bb18fd7a345..8604696be7e218b9c1f10a8a28ab798dd24a7e11 100644 (file)
@@ -49,5 +49,9 @@ SECTIONS
        } >.sram
 
        __image_copy_end = .;
-       _end = .;
+
+       .end :
+       {
+               *(.__end)
+       } >.sram
 }