]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/spd8xx/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / spd8xx / u-boot.lds
index f69e39d583d8661463e2957e639f884c27d04a34..905c91d84869fffe574fd0bb2484d00eafac234e 100644 (file)
@@ -102,6 +102,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }