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