]> 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 cc7f3eba878a88527de586c6fbd709e4939495c6..5f28a10baad3863c2b964b88c57279d79340a427 100644 (file)
@@ -56,12 +56,12 @@ 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 : .;
-    common/environment.o       (.text)
+    common/env_embedded.o      (.text)
 
     *(.text)
     *(.fixup)
@@ -71,8 +71,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }