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