diff options
Diffstat (limited to 'board/netstal/hcu4/u-boot.lds')
-rw-r--r-- | board/netstal/hcu4/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/netstal/hcu4/u-boot.lds b/board/netstal/hcu4/u-boot.lds index 368e3a4d8f0..d9abcd6743a 100644 --- a/board/netstal/hcu4/u-boot.lds +++ b/board/netstal/hcu4/u-boot.lds @@ -133,6 +133,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; PROVIDE (end = .); |