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