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