]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/cmc_pu2/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / cmc_pu2 / u-boot.lds
index f4fbf969c3cf6445dd210053c319e591440dc3ae..987b07d94157c474327d21cfc2e84c162cbd56d2 100644 (file)
@@ -52,6 +52,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }