diff options
Diffstat (limited to 'board/w7o/u-boot.lds')
-rw-r--r-- | board/w7o/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/w7o/u-boot.lds b/board/w7o/u-boot.lds index 3373793c63f..80e960b9d4d 100644 --- a/board/w7o/u-boot.lds +++ b/board/w7o/u-boot.lds @@ -128,6 +128,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; PROVIDE (end = .); |