]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5208evbe/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / freescale / m5208evbe / u-boot.lds
index 507e21a03bbcee2f15327828528ebdc2a1843ca2..e5011a63b62c3558aaad88a3e522684e132b8731 100644 (file)
@@ -56,8 +56,8 @@ SECTIONS
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
     arch/m68k/cpu/mcf52x2/start.o              (.text)
-    arch/m68k/cpu/mcf52x2/libmcf52x2.a (.text)
-    arch/m68k/lib/libm68k.a            (.text)
+    arch/m68k/cpu/mcf52x2/libmcf52x2.o (.text)
+    arch/m68k/lib/libm68k.o            (.text)
     common/dlmalloc.o          (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
@@ -137,6 +137,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }