]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/amcc/ocotea/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / amcc / ocotea / u-boot.lds
index 8f618731356e21c628aad178a0786de4832064e7..95cac85c96d5efaf316f3bcfcefafb02d0c536ca 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)   }