Move arch/ppc to arch/powerpc
[oweals/u-boot.git] / board / eltec / mhpc / u-boot.lds
index 759b41290588577b24af1d4ea6213dd903cb6b1c..9fe9758c476ec3617250e0aee7a2001d5e504659 100644 (file)
@@ -52,21 +52,18 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
     common/env_embedded.o(.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }