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