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