]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/ms7722se/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / ms7722se / u-boot.lds
index 7dffe008af0b96ad185584c5f7e142317990497b..7b0fb67990405a629dfda51acdf30b5e485ac9ae 100644 (file)
@@ -59,7 +59,7 @@ SECTIONS
        PROVIDE (_ecode = .);
        .rodata :
        {
-               *(.rodata)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
                . = ALIGN(4);
        }
        PROVIDE (_etext = .);