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