]> git.sur5r.net Git - u-boot/blobdiff - board/eNET/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / eNET / u-boot.lds
index 671305ac9ae0a8da533ac27af5dcec1605a33af8..4ea424d320c08be3da8958240841e664082cf0da 100644 (file)
@@ -31,7 +31,7 @@ SECTIONS
        .text  : { *(.text); }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) *(.rodata.str1.1) *(.rodata.str1.32) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        _i386boot_text_size = SIZEOF(.text) + SIZEOF(.rodata);