arm: make _end compiler-generated
[kernel/u-boot.git] / arch / arm / cpu / at91-common / u-boot-spl.lds
index 038335d..57ac1eb 100644 (file)
@@ -37,7 +37,11 @@ SECTIONS
 
        . = ALIGN(4);
        __image_copy_end = .;
-       _end = .;
+
+       .end :
+       {
+               *(.__end)
+       } >.sram
 
        .bss :
        {