]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/socfpga/u-boot-spl.lds
arm: make _end compiler-generated
[u-boot] / arch / arm / cpu / armv7 / socfpga / u-boot-spl.lds
index a7c9c9d281a276ba8e7b65460b1073c2ebc30f1b..4282beb395071ec2e834b14b51442522ddae2042 100644 (file)
@@ -28,7 +28,11 @@ SECTIONS
 
        . = ALIGN(4);
        __image_copy_end = .;
-       _end = .;
+
+       .end :
+       {
+               *(.__end)
+       }
 
        .bss : {
                . = ALIGN(4);