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