aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/speed.c
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-21 13:31:34 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:15 -0800
commit652a7bbd87d322c49ffe138b98563dc6c8cd2885 (patch)
treeb228c46847036e5d745ae04dae1ef93ffb6303fa /arch/powerpc/cpu/mpc85xx/speed.c
parent49ec8aa8403061c654cc3afa57cf8cd570b0a8a0 (diff)
downloadu-boot-652a7bbd87d322c49ffe138b98563dc6c8cd2885.zip
u-boot-652a7bbd87d322c49ffe138b98563dc6c8cd2885.tar.gz
u-boot-652a7bbd87d322c49ffe138b98563dc6c8cd2885.tar.bz2
powerpc: T4160: Remove macro CONFIG_PPC_T4160
Use CONFIG_ARCH_T4160 instead. 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 4de5dcf..e4feb3f 100644
--- a/arch/powerpc/cpu/mpc85xx/speed.c
+++ b/arch/powerpc/cpu/mpc85xx/speed.c
@@ -130,7 +130,7 @@ void get_sys_info(sys_info_t *sys_info)
* it uses 6.
* T2080 rev 1.1 and later also use half mem_pll comparing with rev 1.0
*/
-#if defined(CONFIG_PPC_T4240) || defined(CONFIG_PPC_T4160) || \
+#if defined(CONFIG_PPC_T4240) || defined(CONFIG_ARCH_T4160) || \
defined(CONFIG_PPC_T4080) || defined(CONFIG_ARCH_T2080) || \
defined(CONFIG_ARCH_T2081)
svr = get_svr();