]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5271evb/u-boot.lds
x86: Rearrange linker script
[u-boot] / board / freescale / m5271evb / u-boot.lds
index 713b18a95b42d63c719406c49e6d95581939786b..ca41232c6420e43d6863ef5e6d3f10dce4f90851 100644 (file)
@@ -56,11 +56,11 @@ 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_generic/zlib.o         (.text)
+    lib/zlib.o         (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
     common/env_embedded.o      (.ppcenv)