]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5272c3/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / board / freescale / m5272c3 / u-boot.lds
index aaba5a36825bea03a69a528ddf1ec68c9cf2635d..ff5bfe6c15ebb22207f33d47eb719a350a03613f 100644 (file)
@@ -55,9 +55,9 @@ 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)
     arch/m68k/lib/traps.o              (.text)
-    cpu/mcf52x2/interrupts.o   (.text)
+    arch/m68k/cpu/mcf52x2/interrupts.o (.text)
     common/dlmalloc.o          (.text)
     lib/zlib.o         (.text)
 
@@ -137,6 +137,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }