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