]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gen860t/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / gen860t / u-boot.lds
index 1729c17552a3857f9de4eac7a2d85dd70f7cf8d8..8e854db22d81f3a62637cd1dbbc23e8a68421ee0 100644 (file)
@@ -95,6 +95,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }