]> git.sur5r.net Git - u-boot/blobdiff - board/mpr2/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / mpr2 / u-boot.lds
index b1f0e1d6dd6d09d1c249759f16ef0467c383db03..deae344a99e2cd119a7761443f973fcbc4d37014 100644 (file)
@@ -63,7 +63,7 @@ SECTIONS
        PROVIDE (_ecode = .);
        .rodata :
        {
-               *(.rodata)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
                . = ALIGN(4);
        }
        PROVIDE (_etext = .);