]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/MAI/AmigaOneG3SE/u-boot.lds
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
[karo-tx-uboot.git] / board / MAI / AmigaOneG3SE / u-boot.lds
index e107b479c142c3d5e3b07a22232eaa4ef115efe7..1f55c6571d14807e1fffe07d95e6e5152b054e21 100644 (file)
@@ -59,23 +59,20 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/cpu/74xx_7xx/start.o      (.text)
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
     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)   }