]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/hermes/u-boot.lds.debug
rename _end to __bss_end__
[karo-tx-uboot.git] / board / hermes / u-boot.lds.debug
index 7038ebc1dcd3d823b1e92eed2b7d503d673b6578..8a197deef7331d1ea15a2fd0c98e2125bd0640b0 100644 (file)
@@ -130,6 +130,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }