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