]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/flagadm/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / flagadm / u-boot.lds
index 4a96388f04e3acf7c601d9570b238b8077394c4d..2fac727b84f6933997ccffe91eed55c185098cf6 100644 (file)
@@ -90,6 +90,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }