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