summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/cpm_85xx.h
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 11:23:23 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:05 -0800
commit3c3d8ab58d40d39830de7aed3f4b7110067d7d2d (patch)
tree6d81062b6b85817fd37480df8bbed788a06db8a1 /arch/powerpc/include/asm/cpm_85xx.h
parent4096f350d5218830ffedc56631e4382df478a370 (diff)
downloadu-boot-imx-3c3d8ab58d40d39830de7aed3f4b7110067d7d2d.zip
u-boot-imx-3c3d8ab58d40d39830de7aed3f4b7110067d7d2d.tar.gz
u-boot-imx-3c3d8ab58d40d39830de7aed3f4b7110067d7d2d.tar.bz2
powerpc: MPC8555: Remove macro CONFIG_MPC8555
Replace CONFIG_MPC8555 with ARCH_MPC8555 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/include/asm/cpm_85xx.h')
-rw-r--r--arch/powerpc/include/asm/cpm_85xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/cpm_85xx.h b/arch/powerpc/include/asm/cpm_85xx.h
index e89e2f0..b46e20e 100644
--- a/arch/powerpc/include/asm/cpm_85xx.h
+++ b/arch/powerpc/include/asm/cpm_85xx.h
@@ -77,7 +77,7 @@
*/
#define CPM_DATAONLY_BASE ((uint)128)
#define CPM_DP_NOSPACE ((uint)0x7FFFFFFF)
-#if defined(CONFIG_ARCH_MPC8541) || defined(CONFIG_MPC8555)
+#if defined(CONFIG_ARCH_MPC8541) || defined(CONFIG_ARCH_MPC8555)
#define CPM_FCC_SPECIAL_BASE ((uint)0x00009000)
#define CPM_DATAONLY_SIZE ((uint)(8 * 1024) - CPM_DATAONLY_BASE)
#else /* MPC8540, MPC8560 */