summaryrefslogtreecommitdiffstats
path: root/board/sbc8641d/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/sbc8641d/u-boot.lds')
-rw-r--r--board/sbc8641d/u-boot.lds14
1 files changed, 7 insertions, 7 deletions
diff --git a/board/sbc8641d/u-boot.lds b/board/sbc8641d/u-boot.lds
index 2f8730bf2b..4cea3b30f0 100644
--- a/board/sbc8641d/u-boot.lds
+++ b/board/sbc8641d/u-boot.lds
@@ -50,15 +50,15 @@ SECTIONS
.plt : { *(.plt) }
.text :
{
- arch/ppc/cpu/mpc86xx/start.o (.text)
- arch/ppc/cpu/mpc86xx/traps.o (.text)
- arch/ppc/cpu/mpc86xx/interrupts.o (.text)
- arch/ppc/cpu/mpc86xx/cpu_init.o (.text)
- arch/ppc/cpu/mpc86xx/cpu.o (.text)
- arch/ppc/cpu/mpc86xx/speed.o (.text)
+ arch/powerpc/cpu/mpc86xx/start.o (.text)
+ arch/powerpc/cpu/mpc86xx/traps.o (.text)
+ arch/powerpc/cpu/mpc86xx/interrupts.o (.text)
+ arch/powerpc/cpu/mpc86xx/cpu_init.o (.text)
+ arch/powerpc/cpu/mpc86xx/cpu.o (.text)
+ arch/powerpc/cpu/mpc86xx/speed.o (.text)
common/dlmalloc.o (.text)
lib/crc32.o (.text)
- arch/ppc/lib/extable.o (.text)
+ arch/powerpc/lib/extable.o (.text)
lib/zlib.o (.text)
*(.text)
*(.got1)
OpenPOWER on IntegriCloud