]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc5xxx/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / cpu / mpc5xxx / u-boot.lds
index 8d1fa60d077714e395d813890c8ef5bf1ea55cb4..a6d4ff3888d1e57bf4dba1608f74f9ab4e2eca7f 100644 (file)
@@ -57,10 +57,8 @@ SECTIONS
     *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }