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