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