]> Git Repo - J-u-boot.git/blobdiff - board/micronas/vct/u-boot.lds
Fix all linker script to handle all rodata sections
[J-u-boot.git] / 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) }
This page took 0.027094 seconds and 4 git commands to generate.