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