diff options
Diffstat (limited to 'board/etx094/u-boot.lds')
-rw-r--r-- | board/etx094/u-boot.lds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/etx094/u-boot.lds b/board/etx094/u-boot.lds index 5313bd4..340825e 100644 --- a/board/etx094/u-boot.lds +++ b/board/etx094/u-boot.lds @@ -66,7 +66,7 @@ SECTIONS lib_generic/zlib.o (.text) . = env_offset; - common/environment.o(.text) + common/env_embedded.o(.text) *(.text) *(.fixup) *(.got1) @@ -136,6 +136,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; PROVIDE (end = .); |