]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5235evb/u-boot.16
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / board / freescale / m5235evb / u-boot.16
index c134884375dedb224d784024efdf46bbc1a6c550..657cd9d3eee1603e3ca8973d51dbdf8f532465f5 100644 (file)
@@ -55,12 +55,12 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mcf523x/start.o                (.text)
-    cpu/mcf523x/cpu_init.o     (.text)
-    lib_m68k/traps.o           (.text)
-    lib_m68k/interrupts.o      (.text)
+    arch/m68k/cpu/mcf523x/start.o              (.text)
+    arch/m68k/cpu/mcf523x/cpu_init.o   (.text)
+    arch/m68k/lib/traps.o              (.text)
+    arch/m68k/lib/interrupts.o (.text)
     common/dlmalloc.o          (.text)
-    lib_generic/zlib.o         (.text)
+    lib/zlib.o         (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
     common/env_embedded.o      (.text)
@@ -139,6 +139,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }