]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/ivm/u-boot.lds.debug
replace last __bss_end__ occurrences with __bss_end
[karo-tx-uboot.git] / board / ivm / u-boot.lds.debug
index bae9fb28ee1aa9ddfa25b7683e3955da6252ea54..62c66d7899d8fd393c86099f9459acc53bd819bf 100644 (file)
@@ -133,6 +133,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }