]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/eltec/mhpc/u-boot.lds.debug
rename _end to __bss_end__
[karo-tx-uboot.git] / board / eltec / mhpc / u-boot.lds.debug
index 99098bffbedfc6f93b8b1511a71665790953765f..c7711028ad249f06b8fc1f77ac6ae2a2187331b0 100644 (file)
@@ -130,6 +130,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }