]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/siemens/IAD210/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / siemens / IAD210 / u-boot.lds
index 0514f5a5119cb0ef8459c19d1d41aa477b6f844f..725bef8293c1768643ee15c8bc09278513583da8 100644 (file)
@@ -99,6 +99,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }