]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/genietv/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / genietv / u-boot.lds
index 6b45ea0c26ecf59c682c2c7c6e2b2af423f6a426..3e396e4fae75a711135ad6f7a0155490de582563 100644 (file)
@@ -109,6 +109,6 @@ SECTIONS
     common/env_embedded.o (.ppcenv)
   }
   . = ALIGN(4);
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }