]> git.sur5r.net Git - u-boot/blobdiff - board/ppmc7xx/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / ppmc7xx / u-boot.lds
index ca2e3001641abb50dd4674d014858f03510ed040..b0da216a5cac59b09668e0f47140090a1fe4efa2 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)   }