]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mx1ads/u-boot.lds
cmd_mmc: add support for device command for selecting mmc device
[karo-tx-uboot.git] / board / mx1ads / u-boot.lds
index 8438f99f78b039286f979a3a0af5ef3fc620f371..1c710cbfba7c1ecb855998e6c2c1736bff7e7038 100644 (file)
@@ -38,7 +38,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data : { *(.data) }
@@ -53,6 +53,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }