]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/voiceblue/eeprom.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / voiceblue / eeprom.lds
index 89b0a8209cc6b2ac4733419bb6e21b7bf8619206..f3be320df6dc050cd71b2c392f1db3f6dfc89304 100644 (file)
@@ -46,6 +46,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss (NOLOAD) : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }