summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 11:39:20 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:06 -0800
commitc8f48474bc6bac1428b3f8a7268f4e6886dafc6d (patch)
tree8a0410aefceb2cbf0b42e3dc3470fec84f52c38c /include/configs
parent3759b5b649aa77bcbdf8852ebd80de2090addc45 (diff)
powerpc: MPC8572: Remove macro CONFIG_MPC8572
Replace CONFIG_MPC8572 with ARCH_MPC8572 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/MPC8572DS.h1
-rw-r--r--include/configs/xpedite537x.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h
index d4be14007f..36d2ecce9d 100644
--- a/include/configs/MPC8572DS.h
+++ b/include/configs/MPC8572DS.h
@@ -28,7 +28,6 @@
/* High Level Configuration Options */
#define CONFIG_BOOKE 1 /* BOOKE */
#define CONFIG_E500 1 /* BOOKE e500 family */
-#define CONFIG_MPC8572 1
#define CONFIG_MPC8572DS 1
#define CONFIG_MP 1 /* support multiple processors */
diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h
index a82eef5b32..61ee576aa8 100644
--- a/include/configs/xpedite537x.h
+++ b/include/configs/xpedite537x.h
@@ -16,7 +16,6 @@
*/
#define CONFIG_BOOKE 1 /* BOOKE */
#define CONFIG_E500 1 /* BOOKE e500 family */
-#define CONFIG_MPC8572 1
#define CONFIG_XPEDITE5370 1
#define CONFIG_SYS_BOARD_NAME "XPedite5370"
#define CONFIG_SYS_FORM_3U_VPX 1