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