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