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