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