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