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