Switch from archive libraries to partial linking
[oweals/u-boot.git] / board / freescale / m5275evb / u-boot.lds
index daf8724ae2eb0f0595a6f4912aa49e72fa64fa83..cd17b0abf268055fdf26a4d13c19697e8f46664c 100644 (file)
@@ -55,10 +55,10 @@ 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_generic/string.o       (.text)
-    lib_generic/zlib.o         (.text)
+    lib/string.o       (.text)
+    lib/zlib.o         (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
     common/env_embedded.o(.text)