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