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