diff options
Diffstat (limited to 'board/voiceblue/eeprom.lds')
| -rw-r--r-- | board/voiceblue/eeprom.lds | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/voiceblue/eeprom.lds b/board/voiceblue/eeprom.lds index 89b0a8209..f3be320df 100644 --- a/board/voiceblue/eeprom.lds +++ b/board/voiceblue/eeprom.lds @@ -46,6 +46,6 @@ SECTIONS  	. = ALIGN(4);  	__bss_start = .; -	.bss (NOLOAD) : { *(.bss) } +	.bss (NOLOAD) : { *(.bss) . = ALIGN(4); }  	_end = .;  } |