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