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