diff options
Diffstat (limited to 'board/lantec/u-boot.lds')
-rw-r--r-- | board/lantec/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/lantec/u-boot.lds b/board/lantec/u-boot.lds index 185a9f8..6028c26 100644 --- a/board/lantec/u-boot.lds +++ b/board/lantec/u-boot.lds @@ -134,6 +134,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; PROVIDE (end = .); |