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