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