]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/xilinx/microblaze-generic/u-boot.lds
Fix all linker script to handle all rodata sections
[people/ms/u-boot.git] / board / xilinx / microblaze-generic / u-boot.lds
index b38f64877255d0c02d8b46745b9fc7b09467dea1..5a08680150008e12134d8f083faabe461a73bc4f 100644 (file)
@@ -38,7 +38,7 @@ SECTIONS
        .rodata ALIGN(0x4):
        {
                __rodata_start = .;
-               *(.rodata)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
                __rodata_end = .;
        }