arm: make _end compiler-generated
[kernel/u-boot.git] / arch / arm / cpu / arm1136 / u-boot-spl.lds
index bccde73..0299902 100644 (file)
@@ -33,7 +33,11 @@ SECTIONS
        .data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram
        . = ALIGN(4);
        __image_copy_end = .;
-       _end = .;
+
+       .end :
+       {
+               *(.__end)
+       }
 
        .bss :
        {