diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 11:44:43 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:12 -0800 |
commit | 3006ebc37e232e68464cbb196e0de222ebe7b238 (patch) | |
tree | c0965ad455b34bd40e67e4f3ad8bfc841f3ff23b /arch/powerpc/cpu/mpc85xx/b4860_serdes.c | |
parent | 45a8d11782934446421970bb8c1da60c57c595a8 (diff) |
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/b4860_serdes.c')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/b4860_serdes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/b4860_serdes.c b/arch/powerpc/cpu/mpc85xx/b4860_serdes.c index 63172def68..64db7a7d3a 100644 --- a/arch/powerpc/cpu/mpc85xx/b4860_serdes.c +++ b/arch/powerpc/cpu/mpc85xx/b4860_serdes.c @@ -15,7 +15,7 @@ struct serdes_config { u8 lanes[SRDS_MAX_LANES]; }; -#ifdef CONFIG_PPC_B4860 +#ifdef CONFIG_ARCH_B4860 static struct serdes_config serdes1_cfg_tbl[] = { /* SerDes 1 */ {0x01, {AURORA, AURORA, CPRI6, CPRI5, |