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