diff options
Diffstat (limited to 'board/uc100/u-boot.lds')
-rw-r--r-- | board/uc100/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/uc100/u-boot.lds b/board/uc100/u-boot.lds index db293424916..c69fe474ae2 100644 --- a/board/uc100/u-boot.lds +++ b/board/uc100/u-boot.lds @@ -65,7 +65,7 @@ SECTIONS lib_ppc/cache.o (.text) lib_ppc/time.o (.text) - common/environment.o (.text) + common/env_embedded.o (.text) *(.text) *(.fixup) |