summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/speed.c
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 11:44:43 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:12 -0800
commit3006ebc37e232e68464cbb196e0de222ebe7b238 (patch)
treec0965ad455b34bd40e67e4f3ad8bfc841f3ff23b /arch/powerpc/cpu/mpc85xx/speed.c
parent45a8d11782934446421970bb8c1da60c57c595a8 (diff)
downloadu-boot-imx-3006ebc37e232e68464cbb196e0de222ebe7b238.zip
u-boot-imx-3006ebc37e232e68464cbb196e0de222ebe7b238.tar.gz
u-boot-imx-3006ebc37e232e68464cbb196e0de222ebe7b238.tar.bz2
powerpc: B4860: Remove macro CONFIG_PPC_B4860
Replace CONFIG_PPC_B4860 with ARCH_B4860 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/speed.c')
-rw-r--r--arch/powerpc/cpu/mpc85xx/speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/speed.c b/arch/powerpc/cpu/mpc85xx/speed.c
index 38a28a8..2d3517b 100644
--- a/arch/powerpc/cpu/mpc85xx/speed.c
+++ b/arch/powerpc/cpu/mpc85xx/speed.c
@@ -202,7 +202,7 @@ void get_sys_info(sys_info_t *sys_info)
}
#endif
-#if defined(CONFIG_PPC_B4860) || defined(CONFIG_PPC_B4420) || \
+#if defined(CONFIG_ARCH_B4860) || defined(CONFIG_PPC_B4420) || \
defined(CONFIG_PPC_T2080) || defined(CONFIG_PPC_T2081)
#define FM1_CLK_SEL 0xe0000000
#define FM1_CLK_SHIFT 29