]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/xilinx/ppc440-generic/u-boot-rom.lds
Move arch/ppc to arch/powerpc
[karo-tx-uboot.git] / board / xilinx / ppc440-generic / u-boot-rom.lds
index 8b468eee7adddf93e0a083c29b5cf3025413cafb..b8f8bedb817582e6615a2440feca5eda084c78a5 100644 (file)
@@ -33,7 +33,7 @@ SECTIONS
 
   .bootpg 0xFFFFF000 :
   {
-    cpu/ppc4xx/start.o (.bootpg)
+    arch/powerpc/cpu/ppc4xx/start.o    (.bootpg)
   } = 0xffff
 
   /* Read-only sections, merged into text segment: */
@@ -67,17 +67,14 @@ SECTIONS
 
 
     *(.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)   }