]> git.sur5r.net Git - u-boot/blobdiff - board/BuS/EB+MCF-EV123/u-boot.lds
cm4008, cm41xx: fix build warnings
[u-boot] / board / BuS / EB+MCF-EV123 / u-boot.lds
index b05eacf1aca6803aead3ad0fbd9c5ee9d8b48b1f..e0359e3cb6f0374e4ab74d945899a47376958189 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mcf52x2/start.o        (.text)
+    arch/m68k/cpu/mcf52x2/start.o      (.text)
     common/dlmalloc.o  (.text)
     lib/string.o       (.text)
     lib/vsprintf.o     (.text)
@@ -134,6 +134,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }