summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/cpu.c
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 11:26:45 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:05 -0800
commit99d0a3123e5dff47c1c4a2c541f7d53ea08d9150 (patch)
treec53398731239358ceb8183c0310082b797012f79 /arch/powerpc/cpu/mpc85xx/cpu.c
parent2f2d54b7cdeca694585f080bd4ef66b4b796f7d3 (diff)
downloadu-boot-imx-99d0a3123e5dff47c1c4a2c541f7d53ea08d9150.zip
u-boot-imx-99d0a3123e5dff47c1c4a2c541f7d53ea08d9150.tar.gz
u-boot-imx-99d0a3123e5dff47c1c4a2c541f7d53ea08d9150.tar.bz2
powerpc: MPC8560: Remove macro CONFIG_MPC8560
Replace CONFIG_MPC8560 with ARCH_MPC8560 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/cpu.c')
-rw-r--r--arch/powerpc/cpu/mpc85xx/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cpu.c
index 3e6f8f3..268429b 100644
--- a/arch/powerpc/cpu/mpc85xx/cpu.c
+++ b/arch/powerpc/cpu/mpc85xx/cpu.c
@@ -294,7 +294,7 @@ int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
/* Everything after the first generation of PQ3 parts has RSTCR */
#if defined(CONFIG_ARCH_MPC8540) || defined(CONFIG_ARCH_MPC8541) || \
- defined(CONFIG_ARCH_MPC8555) || defined(CONFIG_MPC8560)
+ defined(CONFIG_ARCH_MPC8555) || defined(CONFIG_ARCH_MPC8560)
unsigned long val, msr;
/*