Replace __bss_end__ with __bss_end
[oweals/u-boot.git] / board / gaisler / gr_cpci_ax2000 / u-boot.lds
index 774c494f03547220dc9f956a2426ee011bb13109..70ebf4d725acfb13c4b515a3d2f761d76cd54444 100644 (file)
@@ -134,7 +134,7 @@ SECTIONS
        . = ALIGN(16); /* to speed clearing of bss up */
        }
        __bss_end = . ;
-       __bss_end__ = . ;
+       __bss_end = . ;
        PROVIDE (end = .);
 
 /* Relocated into main memory */