]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc83xx/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / cpu / mpc83xx / u-boot.lds
index 3a08f642a7d3b43758cb2c3785e7aa7dc0b3beac..7d57ee4160084c66a0f89762ccfb1082826d7442 100644 (file)
@@ -55,10 +55,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)   }