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