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