aboutsummaryrefslogtreecommitdiff
path: root/board/uc100/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/uc100/u-boot.lds')
-rw-r--r--board/uc100/u-boot.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/uc100/u-boot.lds b/board/uc100/u-boot.lds
index c69fe474a..66a57e6fb 100644
--- a/board/uc100/u-boot.lds
+++ b/board/uc100/u-boot.lds
@@ -136,6 +136,7 @@ SECTIONS
*(.dynbss)
*(.bss)
*(COMMON)
+ . = ALIGN(4);
}
_end = . ;
PROVIDE (end = .);