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