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