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