]> git.sur5r.net Git - u-boot/blobdiff - board/xsengine/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / xsengine / u-boot.lds
index 1e88820bcbb834883eacca1d4c7318c6536e323e..8af5001ff41bd50e0dac484cfac44da0feb55132 100644 (file)
@@ -36,7 +36,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data : { *(.data) }