Replace __bss_end__ with __bss_end
[oweals/u-boot.git] / arch / powerpc / cpu / mpc85xx / u-boot.lds
index 4a40a1f51bea936d189a1374909cd1dee7097abd..d2bf7b7cc4d2fbf6cabd1d7111697d1da2c8413f 100644 (file)
@@ -127,6 +127,6 @@ SECTIONS
   } :bss
 
   . = ALIGN(4);
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }