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