]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/cerf250/u-boot.lds
Fix all linker script to handle all rodata sections
[people/ms/u-boot.git] / board / cerf250 / u-boot.lds
index 7cf9fdf632db8cfd5d1b381a656216c8b55520b2..a077bc5d062061e1a28bd1bc0c5f0afc52b99912 100644 (file)
@@ -36,7 +36,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data : { *(.data) }