]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/74xx_7xx/u-boot.lds
Replace __bss_end__ with __bss_end
[u-boot] / arch / powerpc / cpu / 74xx_7xx / u-boot.lds
index ecee439579ee0c32084da892d8cb931968bf5039..ce03db0bfdbb40d022527286cac1a98b80654acd 100644 (file)
@@ -89,6 +89,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }