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