]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sandburst/metrobox/u-boot.lds.debug
rename _end to __bss_end__
[people/ms/u-boot.git] / board / sandburst / metrobox / u-boot.lds.debug
index 2fb3ad97dcce1a004c3a56a388c81a780fa0c97f..4922bd241e74f8bbde8eed029d0a589d97c3e995 100644 (file)
@@ -139,6 +139,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }