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