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