]> git.sur5r.net Git - u-boot/blobdiff - board/renesas/r2dplus/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / renesas / r2dplus / u-boot.lds
index 040e530179bf6d153f09e57c875e376973c2af72..e1c15b0c4b35fdb9bd259c7b17fb7ba5518f6725 100644 (file)
@@ -59,7 +59,7 @@ SECTIONS
        PROVIDE (_ecode = .);
        .rodata :
        {
-               *(.rodata)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
                . = ALIGN(4);
        }
        PROVIDE (_etext = .);