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