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