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