Fix all linker script to handle all rodata sections
[oweals/u-boot.git] / board / altera / dk1c20 / u-boot.lds
index be7795274d367026b80384133704e3188d8699cf..98ee8f83232f56471df79c8e05b91d8b85e4d95b 100644 (file)
@@ -38,7 +38,7 @@ SECTIONS
        . = ALIGN(4);
        .rodata :
        {
-               *(.rodata)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        }
        __rodata_end = .;