Replace __bss_end__ with __bss_end
[oweals/u-boot.git] / arch / arm / cpu / arm920t / ep93xx / u-boot.lds
index 008ae891cafd8e47b8dc44ad9fc4b0918f37cdb1..25d2a326318a69202436eefb82e62f34f3e32a36 100644 (file)
@@ -57,7 +57,7 @@ SECTIONS
        . = ALIGN(4);
        __bss_start = .;
        .bss : { *(.bss) }
-       __bss_end__ = .;
+       __bss_end = .;
 
        _end = .;
 }