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