]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/shannon/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / shannon / u-boot.lds
index fce2533ce671052d6ffbead20dc6d7a0a2f3c96c..13b7bb72202cbed880785e9bfa52e7f1b2fa4bbb 100644 (file)
@@ -36,7 +36,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data : { *(.data) }