]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc7448hpc2/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / freescale / mpc7448hpc2 / u-boot.lds
index f3f6c544d3b4ace615ff4ce2df5c838c1ef2f803..cd11f3939cb52378b3abcff565cc733a9428eb9b 100644 (file)
@@ -70,9 +70,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }