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