diff options
Diffstat (limited to 'board/freescale/mpc8641hpcn/u-boot.lds')
| -rw-r--r-- | board/freescale/mpc8641hpcn/u-boot.lds | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/board/freescale/mpc8641hpcn/u-boot.lds b/board/freescale/mpc8641hpcn/u-boot.lds index d7c65ce21..5bf0f2d46 100644 --- a/board/freescale/mpc8641hpcn/u-boot.lds +++ b/board/freescale/mpc8641hpcn/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)      drivers/bios_emulator/atibios.o (.text)      *(.text) |