]> git.sur5r.net Git - u-boot/blobdiff - board/ait/cam_enc_4xx/u-boot-spl.lds
arm: make _end compiler-generated
[u-boot] / board / ait / cam_enc_4xx / u-boot-spl.lds
index fdfbfc38a96769bb805105be4bd2fa0225156518..c0d09adf7c72bcd5de9eb7c9c3c22ad532d88a5a 100644 (file)
@@ -48,5 +48,9 @@ SECTIONS
        } >.sram
 
        __image_copy_end = .;
-       _end = .;
+
+       .end :
+       {
+               *(.__end)
+       }
 }