diff options
Diffstat (limited to 'cpu/arm926ejs/at91/u-boot.lds')
-rw-r--r-- | cpu/arm926ejs/at91/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/at91/u-boot.lds b/cpu/arm926ejs/at91/u-boot.lds index 996f401f0b..4778d1e039 100644 --- a/cpu/arm926ejs/at91/u-boot.lds +++ b/cpu/arm926ejs/at91/u-boot.lds @@ -52,6 +52,6 @@ SECTIONS . = ALIGN(4); __bss_start = .; - .bss : { *(.bss) } + .bss : { *(.bss) . = ALIGN(4); } _end = .; } |