]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ep88x/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / ep88x / u-boot.lds
index 851348e65fe4fd715d7624e557976912fc7b4cbf..e2dd1c20f2c4242309993664e8cd8f62a516564f 100644 (file)
@@ -86,7 +86,7 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }
 ENTRY(_start)