]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/netvia/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / netvia / u-boot.lds
index 684ab81c4a2a1d4144f775fc6f59448634a5b467..b7b6c1aa14aeb286ad40d92c46a264f40a1225f1 100644 (file)
@@ -90,6 +90,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }