]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/etx094/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / etx094 / u-boot.lds
index 614880be1ff85804842d550bb3cde5cb8797a675..04233d86a1d3d824e22fb83a6a3dc43c552e213c 100644 (file)
@@ -99,6 +99,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }