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