]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/amcc/yucca/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / amcc / yucca / u-boot.lds
index adfa28b0edcdfdfeed9922af66f4dd11c8b71d60..60135b9b722cc7b48bf72a193d895fdbc8fbd653 100644 (file)
@@ -76,10 +76,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }