]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/omap2420h4/u-boot.lds
Fix all linker script to handle all rodata sections
[people/ms/u-boot.git] / board / omap2420h4 / u-boot.lds
index 89e627b4a34a7bde60f02d0d2484576084c761fc..46535dd7c6028d4bf704231dec6d9f584733ee54 100644 (file)
@@ -39,7 +39,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data : { *(.data) }