]> git.sur5r.net Git - u-boot/blobdiff - board/tb0229/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / tb0229 / u-boot.lds
index 086d74d321d1a398bf03f5fb848b552253229e3b..56d7c254487b4ea4a2d2e004d720d3acaf0030bd 100644 (file)
@@ -38,7 +38,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata  : { *(.rodata) }
+       .rodata  : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data  : { *(.data) }