diff options
Diffstat (limited to 'board/actux3/u-boot.lds')
-rw-r--r-- | board/actux3/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/actux3/u-boot.lds b/board/actux3/u-boot.lds index 114e5a88a6e..e861955dbb1 100644 --- a/board/actux3/u-boot.lds +++ b/board/actux3/u-boot.lds @@ -69,6 +69,7 @@ SECTIONS __bss_start =.; .bss (NOLOAD): { *(.bss) + . = ALIGN(4); } _end =.; } |