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