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