arm: make _end compiler-generated
[kernel/u-boot.git] / arch / arm / cpu / armv7 / am33xx / u-boot-spl.lds
index 9302856..b1c28c9 100644 (file)
@@ -38,7 +38,11 @@ SECTIONS
 
        . = ALIGN(4);
        __image_copy_end = .;
-       _end = .;
+
+       .end :
+       {
+               *(.__end)
+       } >.sram
 
        .bss :
        {