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