diff options
Diffstat (limited to 'board/icu862/u-boot.lds')
-rw-r--r-- | board/icu862/u-boot.lds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/icu862/u-boot.lds b/board/icu862/u-boot.lds index be4bf7278c8..645baa0ed63 100644 --- a/board/icu862/u-boot.lds +++ b/board/icu862/u-boot.lds @@ -65,7 +65,7 @@ SECTIONS lib_generic/zlib.o (.text) . = env_offset; - common/environment.o(.text) + common/env_embedded.o(.text) */ *(.text) @@ -137,6 +137,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; PROVIDE (end = .); |