]> git.sur5r.net Git - u-boot/blobdiff - board/armltd/versatile/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / armltd / versatile / u-boot.lds
index 6e6e29bb6ae79a232f6148aa585a62429dff32d7..48c2613dc50d80d364a79b1c1f3994fd56bbfd91 100644 (file)
@@ -33,7 +33,7 @@ SECTIONS
          cpu/arm926ejs/start.o (.text)
          *(.text)
        }
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
        . = ALIGN(4);
        .data : { *(.data) }
        . = ALIGN(4);