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