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