summaryrefslogtreecommitdiff
path: root/board/etx094
diff options
context:
space:
mode:
Diffstat (limited to 'board/etx094')
-rw-r--r--board/etx094/u-boot.lds12
-rw-r--r--board/etx094/u-boot.lds.debug18
2 files changed, 15 insertions, 15 deletions
diff --git a/board/etx094/u-boot.lds b/board/etx094/u-boot.lds
index 94b13422af..28ac825c19 100644
--- a/board/etx094/u-boot.lds
+++ b/board/etx094/u-boot.lds
@@ -55,12 +55,12 @@ SECTIONS
/* WARNING - the following is hand-optimized to fit within */
/* the sector layout of our flash chips! XXX FIXME XXX */
- arch/ppc/cpu/mpc8xx/start.o (.text)
- arch/ppc/cpu/mpc8xx/traps.o (.text)
- arch/ppc/cpu/mpc8xx/interrupts.o (.text)
- arch/ppc/cpu/mpc8xx/serial.o (.text)
- arch/ppc/cpu/mpc8xx/cpu_init.o (.text)
- arch/ppc/cpu/mpc8xx/speed.o (.text)
+ arch/powerpc/cpu/mpc8xx/start.o (.text)
+ arch/powerpc/cpu/mpc8xx/traps.o (.text)
+ arch/powerpc/cpu/mpc8xx/interrupts.o (.text)
+ arch/powerpc/cpu/mpc8xx/serial.o (.text)
+ arch/powerpc/cpu/mpc8xx/cpu_init.o (.text)
+ arch/powerpc/cpu/mpc8xx/speed.o (.text)
common/dlmalloc.o (.text)
lib/crc32.o (.text)
lib/zlib.o (.text)
diff --git a/board/etx094/u-boot.lds.debug b/board/etx094/u-boot.lds.debug
index 458d4e076c..be05d8fdcc 100644
--- a/board/etx094/u-boot.lds.debug
+++ b/board/etx094/u-boot.lds.debug
@@ -55,15 +55,15 @@ SECTIONS
/* WARNING - the following is hand-optimized to fit within */
/* the sector layout of our flash chips! XXX FIXME XXX */
- arch/ppc/cpu/mpc8xx/start.o (.text)
- arch/ppc/cpu/mpc8xx/traps.o (.text)
- arch/ppc/cpu/mpc8xx/interrupts.o (.text)
- arch/ppc/cpu/mpc8xx/cpu.o (.text)
- arch/ppc/cpu/mpc8xx/cpu_init.o (.text)
- arch/ppc/cpu/mpc8xx/speed.o (.text)
- arch/ppc/cpu/mpc8xx/serial.o (.text)
- arch/ppc/lib/extable.o (.text)
- arch/ppc/lib/ppcstring.o (.text)
+ arch/powerpc/cpu/mpc8xx/start.o (.text)
+ arch/powerpc/cpu/mpc8xx/traps.o (.text)
+ arch/powerpc/cpu/mpc8xx/interrupts.o (.text)
+ arch/powerpc/cpu/mpc8xx/cpu.o (.text)
+ arch/powerpc/cpu/mpc8xx/cpu_init.o (.text)
+ arch/powerpc/cpu/mpc8xx/speed.o (.text)
+ arch/powerpc/cpu/mpc8xx/serial.o (.text)
+ arch/powerpc/lib/extable.o (.text)
+ arch/powerpc/lib/ppcstring.o (.text)
lib/string.o (.text)
lib/crc32.o (.text)
common/dlmalloc.o (.text)