diff options
Diffstat (limited to 'board/eltec/mhpc/u-boot.lds')
-rw-r--r-- | board/eltec/mhpc/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/eltec/mhpc/u-boot.lds b/board/eltec/mhpc/u-boot.lds index 85117aa56e3..465566d7abb 100644 --- a/board/eltec/mhpc/u-boot.lds +++ b/board/eltec/mhpc/u-boot.lds @@ -53,7 +53,7 @@ SECTIONS .text : { cpu/mpc8xx/start.o (.text) - common/environment.o(.text) + common/env_embedded.o(.text) *(.text) *(.fixup) |