diff options
Diffstat (limited to 'board/amcc/canyonlands/u-boot-nand.lds')
-rw-r--r-- | board/amcc/canyonlands/u-boot-nand.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/canyonlands/u-boot-nand.lds b/board/amcc/canyonlands/u-boot-nand.lds index 8a4b7f5d0de..6e871cfa24b 100644 --- a/board/amcc/canyonlands/u-boot-nand.lds +++ b/board/amcc/canyonlands/u-boot-nand.lds @@ -57,7 +57,7 @@ SECTIONS /* Align to next NAND block */ . = ALIGN(0x20000); - common/environment.o (.ppcenv) + common/env_embedded.o (.ppcenv) /* Keep some space here for redundant env and potential bad env blocks */ . = ALIGN(0x80000); |