diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/aria.h | 2 | ||||
| -rw-r--r-- | include/configs/galaxy5200.h | 2 | ||||
| -rw-r--r-- | include/configs/kilauea.h | 2 | ||||
| -rw-r--r-- | include/configs/linkstation.h | 2 | ||||
| -rw-r--r-- | include/configs/quad100hd.h | 6 | ||||
| -rw-r--r-- | include/configs/sc3.h | 4 | ||||
| -rw-r--r-- | include/ns16550.h | 2 | 
7 files changed, 10 insertions, 10 deletions
| diff --git a/include/configs/aria.h b/include/configs/aria.h index 06763c5d9..b6669e72a 100644 --- a/include/configs/aria.h +++ b/include/configs/aria.h @@ -190,7 +190,7 @@  /*   * Backward compatible definitions, - * so we do not have to change arch/ppc/cpu/mpc512x/fixed_sdram.c + * so we do not have to change arch/powerpc/cpu/mpc512x/fixed_sdram.c   */  #define	CONFIG_SYS_DDRCMD_EM2		(CONFIG_SYS_MICRON_EMR2)  #define CONFIG_SYS_DDRCMD_EM3		(CONFIG_SYS_MICRON_EMR3) diff --git a/include/configs/galaxy5200.h b/include/configs/galaxy5200.h index 44669ea44..29951f7f1 100644 --- a/include/configs/galaxy5200.h +++ b/include/configs/galaxy5200.h @@ -141,7 +141,7 @@  #define CONFIG_SYS_FLASH_BASE		0xfe000000  /* - * The flash size is autoconfigured, but arch/ppc/cpu/mpc5xxx/cpu_init.c needs this + * The flash size is autoconfigured, but arch/powerpc/cpu/mpc5xxx/cpu_init.c needs this   * variable defined   */  #define CONFIG_SYS_FLASH_SIZE		0x02000000 diff --git a/include/configs/kilauea.h b/include/configs/kilauea.h index e5537da4a..48dc9463a 100644 --- a/include/configs/kilauea.h +++ b/include/configs/kilauea.h @@ -230,7 +230,7 @@   *       SDRAM Controller DDR autocalibration values and takes a lot longer   *       to run than Method_B.   * (See the Method_A and Method_B algorithm discription in the file: - *	arch/ppc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c) + *	arch/powerpc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c)   * Define CONFIG_PPC4xx_DDR_METHOD_A to use DDR autocalibration Method_A   *   * DDR Autocalibration Method_B is the default. diff --git a/include/configs/linkstation.h b/include/configs/linkstation.h index 3958d09eb..6883e79e3 100644 --- a/include/configs/linkstation.h +++ b/include/configs/linkstation.h @@ -290,7 +290,7 @@   * taken from the orignal Linkstation boot code   *   * Most of the low level configuration setttings are normally used - * in arch/ppc/cpu/mpc824x/cpu_init.c which is NOT used by this implementation. + * in arch/powerpc/cpu/mpc824x/cpu_init.c which is NOT used by this implementation.   * Low level initialisation is done in board/linkstation/early_init.S   * The values below are included for reference purpose only   */ diff --git a/include/configs/quad100hd.h b/include/configs/quad100hd.h index 247218752..5538b18ef 100644 --- a/include/configs/quad100hd.h +++ b/include/configs/quad100hd.h @@ -233,7 +233,7 @@   * Definitions for initial stack pointer and data area (in data cache)   */  /* use on chip memory (OCM) for temperary stack until sdram is tested */ -/* see ./arch/ppc/cpu/ppc4xx/start.S */ +/* see ./arch/powerpc/cpu/ppc4xx/start.S */  #define CONFIG_SYS_TEMP_STACK_OCM	1  /* On Chip Memory location */ @@ -251,7 +251,7 @@   * Taken from PPCBoot board/icecube/icecube.h   */ -/* see ./arch/ppc/cpu/ppc4xx/cpu_init.c ./cpu/ppc4xx/ndfc.c */ +/* see ./arch/powerpc/cpu/ppc4xx/cpu_init.c ./cpu/ppc4xx/ndfc.c */  #define CONFIG_SYS_EBC_PB0AP		0x04002480  /* AMD NOR flash - this corresponds to FLASH_BASE so may be correct */  #define CONFIG_SYS_EBC_PB0CR		0xFFC5A000 @@ -269,7 +269,7 @@   *   * Taken in part from PPCBoot board/icecube/icecube.h   */ -/* see ./arch/ppc/cpu/ppc4xx/cpu_init.c ./cpu/ppc4xx/start.S */ +/* see ./arch/powerpc/cpu/ppc4xx/cpu_init.c ./cpu/ppc4xx/start.S */  #define CONFIG_SYS_GPIO0_OSRH		0x55555550  #define CONFIG_SYS_GPIO0_OSRL		0x00000110  #define CONFIG_SYS_GPIO0_ISR1H		0x00000000 diff --git a/include/configs/sc3.h b/include/configs/sc3.h index 7423663a2..61eb26ed8 100644 --- a/include/configs/sc3.h +++ b/include/configs/sc3.h @@ -456,7 +456,7 @@   * - internal SRAM (OCM=On Chip Memory) is placed to CONFIG_SYS_OCM_DATA_ADDR   * - Stackpointer will be located to   *   (CONFIG_SYS_INIT_RAM_ADDR&0xFFFF0000) | (CONFIG_SYS_INIT_SP_OFFSET&0x0000FFFF) - *   in arch/ppc/cpu/ppc4xx/start.S + *   in arch/powerpc/cpu/ppc4xx/start.S   */  #undef CONFIG_SYS_INIT_DCACHE_CS @@ -495,7 +495,7 @@  #define BOOTFLAG_WARM	0x02		/* Software reboot			*/  /* ################################################################################### */ -/* These defines will be used in arch/ppc/cpu/ppc4xx/cpu_init.c to setup external chip selects  */ +/* These defines will be used in arch/powerpc/cpu/ppc4xx/cpu_init.c to setup external chip selects  */  /* They are currently undefined cause they are initiaized in board/solidcard3/init.S   */  /* This chip select accesses the boot device */ diff --git a/include/ns16550.h b/include/ns16550.h index ce606b573..9ea81e946 100644 --- a/include/ns16550.h +++ b/include/ns16550.h @@ -1,6 +1,6 @@  /*   * NS16550 Serial Port - * originally from linux source (arch/ppc/boot/ns16550.h) + * originally from linux source (arch/powerpc/boot/ns16550.h)   *   * Cleanup and unification   * (C) 2009 by Detlev Zundel, DENX Software Engineering GmbH |