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