summaryrefslogtreecommitdiffstats
path: root/cpu/mpc5xxx/u-boot-customlayout.lds
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc5xxx/u-boot-customlayout.lds')
-rw-r--r--cpu/mpc5xxx/u-boot-customlayout.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mpc5xxx/u-boot-customlayout.lds b/cpu/mpc5xxx/u-boot-customlayout.lds
index c340086619..c08c9c9232 100644
--- a/cpu/mpc5xxx/u-boot-customlayout.lds
+++ b/cpu/mpc5xxx/u-boot-customlayout.lds
@@ -58,8 +58,8 @@ SECTIONS
cpu/mpc5xxx/start.o (.text)
cpu/mpc5xxx/traps.o (.text)
lib_generic/crc32.o (.text)
- lib_ppc/cache.o (.text)
- lib_ppc/time.o (.text)
+ arch/ppc/lib/cache.o (.text)
+ arch/ppc/lib/time.o (.text)
. = DEFINED(env_offset) ? env_offset : .;
common/env_embedded.o (.ppcenv)
OpenPOWER on IntegriCloud