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