summaryrefslogtreecommitdiff
path: root/include/configs/cyrus.h
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 19:39:36 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:11 (GMT)
commit95390360121451337738f73ed2f75f8dfbdce831 (patch)
treed236bc32d6ab97a0f8d0e186b99d9ac2d834907d /include/configs/cyrus.h
parent3b83649d53896cf115788130799d9ff585867e4a (diff)
downloadu-boot-95390360121451337738f73ed2f75f8dfbdce831.tar.xz
powerpc: P5040: Remove macro CONFIG_P5040
Replace CONFIG_P5040 with ARCH_P5040 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/cyrus.h')
-rw-r--r--include/configs/cyrus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h
index 5f5138a..13e4690 100644
--- a/include/configs/cyrus.h
+++ b/include/configs/cyrus.h
@@ -9,7 +9,7 @@
#define CONFIG_CYRUS
-#if !defined(CONFIG_ARCH_P5020) && !defined(CONFIG_PPC_P5040)
+#if !defined(CONFIG_ARCH_P5020) && !defined(CONFIG_ARCH_P5040)
#error Must call Cyrus CONFIG with a specific CPU enabled.
#endif
@@ -33,7 +33,7 @@
#if defined(CONFIG_ARCH_P5020)
#define CONFIG_SYS_CLK_FREQ 133000000
#define CONFIG_SYS_FSL_PBL_RCW board/varisys/cyrus/rcw_p5020_v2.cfg
-#elif defined(CONFIG_PPC_P5040)
+#elif defined(CONFIG_ARCH_P5040)
#define CONFIG_SYS_CLK_FREQ 100000000
#define CONFIG_SYS_FSL_PBL_RCW board/varisys/cyrus/rcw_p5040.cfg
#endif