]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/blobdiff - arch/powerpc/cpu/mpc85xx/u-boot.lds
Replace __bss_end__ with __bss_end
[glsdk/glsdk-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 = .);
 }