]> git.sur5r.net Git - u-boot/blobdiff - board/w7o/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / w7o / u-boot.lds
index 80e960b9d4dc6cbf9202afa18033d82a5172013b..191a17920aa72339e26798fc9a249c5157ae4d62 100644 (file)
@@ -67,10 +67,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }