]> git.sur5r.net Git - u-boot/blobdiff - board/miromico/hammerhead/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / miromico / hammerhead / u-boot.lds
index e736adf0fcdf2c592c215e6e746c3120ce7d75cb..a7243f238fd2ca2877b702479699716fe7f93691 100644 (file)
@@ -36,8 +36,7 @@ SECTIONS
        _etext = .;
 
        .rodata : {
-               *(.rodata)
-               *(.rodata.*)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        }
 
        . = ALIGN(8);