aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc5xxx/u-boot-customlayout.lds
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-10 22:48:01 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-10 22:48:01 +0200
commit0cf4fd3cf8d0e00605bec5fc56f89c6415015a46 (patch)
tree2a878fa9d848eb8820c64168a006b3ec5c1afc5e /cpu/mpc5xxx/u-boot-customlayout.lds
parentc0878af6e32f0fd8e13a6ca315b9add64441115a (diff)
rename environment.c in env_embedded.c to reflect is functionality
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/mpc5xxx/u-boot-customlayout.lds')
-rw-r--r--cpu/mpc5xxx/u-boot-customlayout.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/u-boot-customlayout.lds b/cpu/mpc5xxx/u-boot-customlayout.lds
index 38478601a..df8eb7e0a 100644
--- a/cpu/mpc5xxx/u-boot-customlayout.lds
+++ b/cpu/mpc5xxx/u-boot-customlayout.lds
@@ -62,7 +62,7 @@ SECTIONS
lib_ppc/time.o (.text)
. = DEFINED(env_offset) ? env_offset : .;
- common/environment.o (.ppcenv)
+ common/env_embedded.o (.ppcenv)
*(.text)
*(.fixup)