diff options
Diffstat (limited to 'board/svm_sc8xx/u-boot.lds')
-rw-r--r-- | board/svm_sc8xx/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/svm_sc8xx/u-boot.lds b/board/svm_sc8xx/u-boot.lds index 14ff179..d4fe718 100644 --- a/board/svm_sc8xx/u-boot.lds +++ b/board/svm_sc8xx/u-boot.lds @@ -66,7 +66,7 @@ SECTIONS lib_ppc/time.o (.text) . = env_offset; - common/environment.o (.ppcenv) + common/env_embedded.o (.ppcenv) *(.text) *(.fixup) |