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