diff options
Diffstat (limited to 'board/netvia/u-boot.lds')
-rw-r--r-- | board/netvia/u-boot.lds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/netvia/u-boot.lds b/board/netvia/u-boot.lds index b4f210e..6bc5768 100644 --- a/board/netvia/u-boot.lds +++ b/board/netvia/u-boot.lds @@ -63,7 +63,7 @@ SECTIONS lib_ppc/time.o (.text) . = DEFINED(env_offset) ? env_offset : .; - common/environment.o (.text) + common/env_embedded.o (.text) *(.text) *(.fixup) @@ -134,6 +134,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; PROVIDE (end = .); |