diff options
Diffstat (limited to 'board/freescale')
| -rw-r--r-- | board/freescale/mpc7448hpc2/tsi108_init.c | 2 | ||||
| -rw-r--r-- | board/freescale/mpc7448hpc2/u-boot.lds | 2 | ||||
| -rw-r--r-- | board/freescale/mpc8610hpcd/u-boot.lds | 14 | ||||
| -rw-r--r-- | board/freescale/mpc8641hpcn/u-boot.lds | 14 | 
4 files changed, 16 insertions, 16 deletions
| diff --git a/board/freescale/mpc7448hpc2/tsi108_init.c b/board/freescale/mpc7448hpc2/tsi108_init.c index c6a3ade2c..e1c63f8e3 100644 --- a/board/freescale/mpc7448hpc2/tsi108_init.c +++ b/board/freescale/mpc7448hpc2/tsi108_init.c @@ -323,7 +323,7 @@ int board_early_init_r (void)  	 * We will over-ride the env_init called in board_init_f  	 * This is really a work-around because, the HLP bank 1  	 * where NVRAM resides is not visible during board_init_f -	 * (arch/ppc/lib/board.c) +	 * (arch/powerpc/lib/board.c)  	 * Alternatively, we could use the I2C EEPROM at start-up to configure  	 * and enable all HLP banks and not just HLP 0 as is being done for  	 * Taiga Rev. 2. diff --git a/board/freescale/mpc7448hpc2/u-boot.lds b/board/freescale/mpc7448hpc2/u-boot.lds index c4266cec5..3b3fb3a5c 100644 --- a/board/freescale/mpc7448hpc2/u-boot.lds +++ b/board/freescale/mpc7448hpc2/u-boot.lds @@ -56,7 +56,7 @@ SECTIONS    .plt : { *(.plt) }    .text      :    { -    arch/ppc/cpu/74xx_7xx/start.o	(.text) +    arch/powerpc/cpu/74xx_7xx/start.o	(.text)  /* store the environment in a seperate sector in the boot flash */  /*    . = env_offset; */ diff --git a/board/freescale/mpc8610hpcd/u-boot.lds b/board/freescale/mpc8610hpcd/u-boot.lds index 1f9f8eb94..9c98b2a3c 100644 --- a/board/freescale/mpc8610hpcd/u-boot.lds +++ b/board/freescale/mpc8610hpcd/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) 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) |