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