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