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