]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/m5253evbe/u-boot.lds
Rename lib_generic/ to lib/
[people/ms/u-boot.git] / board / freescale / m5253evbe / u-boot.lds
index 239cf95e5db12a5bac1cc3e4970c9bcd1933ef93..99c125cb9d411bbbd80c6d08bdad938fcbaf1e48 100644 (file)
@@ -56,10 +56,10 @@ SECTIONS
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
     cpu/mcf52x2/start.o                (.text)
-    lib_m68k/traps.o           (.text)
+    arch/m68k/lib/traps.o              (.text)
     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      (.text)
@@ -72,8 +72,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }