]> git.sur5r.net Git - u-boot/blobdiff - board/munices/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / munices / u-boot.lds
index 0a1a6ad4379763bf30f482608edd38aba3f0fbf2..5fe8707fb57b824be8df3489675aa21b0991c0b7 100644 (file)
@@ -57,9 +57,7 @@ SECTIONS
     *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }