diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 15:23:52 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:07 -0800 |
commit | feb9e25bc706c85c0eb4d6c467379b5236f8de5f (patch) | |
tree | 04f44efd3dab71923277dc6fe685e100603c5b16 /include/configs/controlcenterd.h | |
parent | 7601686c6039cde149086986dd2bc7e8e83b6b07 (diff) | |
download | u-boot-feb9e25bc706c85c0eb4d6c467379b5236f8de5f.tar.gz u-boot-feb9e25bc706c85c0eb4d6c467379b5236f8de5f.tar.xz u-boot-feb9e25bc706c85c0eb4d6c467379b5236f8de5f.zip |
powerpc: P1022: Remove macro CONFIG_P1022
Replace CONFIG_P1022 with ARCH_P1022 in Kconfig and clean up existing
macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/controlcenterd.h')
-rw-r--r-- | include/configs/controlcenterd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index 5e1f1b0139..b824e3bd23 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 */ |