diff options
Diffstat (limited to 'board/hymod/u-boot.lds')
-rw-r--r-- | board/hymod/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/hymod/u-boot.lds b/board/hymod/u-boot.lds index 2b7e54bf742..fdd584dd80e 100644 --- a/board/hymod/u-boot.lds +++ b/board/hymod/u-boot.lds @@ -142,6 +142,7 @@ SECTIONS { common/env_embedded.o (.ppcenv) } + . = ALIGN(4); _end = . ; PROVIDE (end = .); } |