arm: make _end compiler-generated
[kernel/u-boot.git] / arch / arm / cpu / arm920t / ep93xx / u-boot.lds
index 4bed4fc..9699404 100644 (file)
@@ -50,5 +50,8 @@ SECTIONS
        .bss : { *(.bss*) }
        __bss_end = .;
 
-       _end = .;
+       .end :
+       {
+               *(.__end)
+       }
 }