]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/m548xevb/u-boot.lds
Move lib_$ARCH directories to arch/$ARCH/lib
[people/ms/u-boot.git] / board / freescale / m548xevb / u-boot.lds
index a3014bd104f0912a3a0d980ff2791b6fc5a3185a..5f28a10baad3863c2b964b88c57279d79340a427 100644 (file)
@@ -56,8 +56,8 @@ SECTIONS
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
     cpu/mcf547x_8x/start.o             (.text)
-    lib_m68k/traps.o           (.text)
-    lib_m68k/interrupts.o      (.text)
+    arch/m68k/lib/traps.o              (.text)
+    arch/m68k/lib/interrupts.o (.text)
     common/dlmalloc.o          (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;