From feb9e25bc706c85c0eb4d6c467379b5236f8de5f Mon Sep 17 00:00:00 2001 From: York Sun Date: Wed, 16 Nov 2016 15:23:52 -0800 Subject: powerpc: P1022: Remove macro CONFIG_P1022 Replace CONFIG_P1022 with ARCH_P1022 in Kconfig and clean up existing macros. Signed-off-by: York Sun --- include/configs/P1022DS.h | 1 - include/configs/controlcenterd.h | 1 - 2 files changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index 6a4937bf1e3..88d1d358699 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -90,7 +90,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE /* BOOKE */ #define CONFIG_E500 /* BOOKE e500 family */ -#define CONFIG_P1022 #define CONFIG_P1022DS #define CONFIG_MP /* support multiple processors */ diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index 5e1f1b01395..b824e3bd234 100644 --- a/include/configs/controlcenterd.h +++ b/include/configs/controlcenterd.h @@ -37,7 +37,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE /* BOOKE */ #define CONFIG_E500 /* BOOKE e500 family */ -#define CONFIG_P1022 #define CONFIG_CONTROLCENTERD #define CONFIG_MP /* support multiple processors */ -- cgit v1.3.1