]> git.sur5r.net Git - u-boot/blobdiff - board/cobra5272/u-boot.lds
powerpc/86xx: Enable common SRIO init code
[u-boot] / board / cobra5272 / u-boot.lds
index f99a236a316d681e18ec38a5c4c124eafe0998d1..ec0f5e9faa00ae0eff4cec47a0c3e26d90ca1b22 100644 (file)
@@ -54,15 +54,15 @@ 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)
-    cpu/mcf52x2/cpu_init.o     (.text)
-    lib_m68k/traps.o           (.text)
-    cpu/mcf52x2/interrupts.o   (.text)
+    arch/m68k/cpu/mcf52x2/start.o              (.text)
+    arch/m68k/cpu/mcf52x2/cpu_init.o   (.text)
+    arch/m68k/lib/traps.o              (.text)
+    arch/m68k/cpu/mcf52x2/interrupts.o (.text)
     common/dlmalloc.o          (.text)
-    lib_generic/zlib.o         (.text)
+    lib/zlib.o         (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
-    common/environment.o       (.text)
+    common/env_embedded.o      (.text)
 
     *(.text)
     *(.fixup)
@@ -72,8 +72,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }