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