diff options
Diffstat (limited to 'board/freescale/m547xevb/u-boot.lds')
-rw-r--r-- | board/freescale/m547xevb/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/m547xevb/u-boot.lds b/board/freescale/m547xevb/u-boot.lds index cc7f3eba878..c25c8dcdc81 100644 --- a/board/freescale/m547xevb/u-boot.lds +++ b/board/freescale/m547xevb/u-boot.lds @@ -61,7 +61,7 @@ SECTIONS common/dlmalloc.o (.text) . = DEFINED(env_offset) ? env_offset : .; - common/environment.o (.text) + common/env_embedded.o (.text) *(.text) *(.fixup) |