]> git.sur5r.net Git - u-boot/blobdiff - board/st/nmdk8815/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / st / nmdk8815 / u-boot.lds
index 6d6481b53c0d024dc08f2792aca45752cb85dbe1..c2adbab107312d7309f79fd8439bdd01e526cd38 100644 (file)
@@ -34,7 +34,7 @@ SECTIONS
                *(.text)
        }
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
        . = ALIGN(4);
        .data : { *(.data) }
        . = ALIGN(4);