]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc5xxx/u-boot.lds
ppc: Enable full relocation to RAM
[karo-tx-uboot.git] / cpu / mpc5xxx / u-boot.lds
index 8d1fa60d077714e395d813890c8ef5bf1ea55cb4..7fe1e95129648c8d95f4974c5130e5770f844d98 100644 (file)
@@ -54,13 +54,10 @@ SECTIONS
   {
     cpu/mpc5xxx/start.o        (.text)
     *(.text)
-    *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }