]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/earthlcd/favr-32-ezkit/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / earthlcd / favr-32-ezkit / u-boot.lds
index ad056b3900bae8fd08ca6367bc830d2c229c146b..0d413a05101a7fe3a8f4520ecb1f5e2fb65f1feb 100644 (file)
@@ -34,8 +34,7 @@ SECTIONS
        _etext = .;
 
        .rodata : {
-               *(.rodata)
-               *(.rodata.*)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        }
 
        . = ALIGN(8);