summaryrefslogtreecommitdiffstats
path: root/board/dbau1x00/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/dbau1x00/u-boot.lds')
-rw-r--r--board/dbau1x00/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dbau1x00/u-boot.lds b/board/dbau1x00/u-boot.lds
index 1e1c5590d7..da20de1ad5 100644
--- a/board/dbau1x00/u-boot.lds
+++ b/board/dbau1x00/u-boot.lds
@@ -65,6 +65,6 @@ SECTIONS
. = ALIGN(4);
.sbss (NOLOAD) : { *(.sbss) }
- .bss (NOLOAD) : { *(.bss) }
+ .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
uboot_end = .;
}
OpenPOWER on IntegriCloud