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