]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/mousse/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / mousse / u-boot.lds
index 8188873802661b32a544dec89485f9af9e3e3060..44144e23c26899d191c4d056f83908137ce8285c 100644 (file)
@@ -62,10 +62,8 @@ SECTIONS
     *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }