]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m53017evb/u-boot.lds
m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU
[u-boot] / board / freescale / m53017evb / u-boot.lds
index fe0e3141f97ea95954d2b5b0d1c9aa74a49c9845..6577299c25e97f26261d1e77424d89e52bb7eab1 100644 (file)
@@ -55,11 +55,11 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mcf532x/start.o                (.text)
-    cpu/mcf532x/libmcf532x.a   (.text)
+    arch/m68k/cpu/mcf532x/start.o              (.text)
+    arch/m68k/cpu/mcf532x/libmcf532x.a (.text)
     arch/m68k/lib/libm68k.a            (.text)
     common/dlmalloc.o          (.text)
-    lib_generic/zlib.o         (.text)
+    lib/zlib.o         (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
     common/env_embedded.o      (.text)