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