diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 15:45:31 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:07 -0800 |
commit | 9bb1d6bcd28f036ffc44cadd462eef4e36e340a5 (patch) | |
tree | 7f5d58fd5fe37bab5408c1df386207566545d6cd /include | |
parent | aa6e241a4ce8b3b82eaf37d670f93e0db43d036f (diff) | |
download | u-boot-imx-9bb1d6bcd28f036ffc44cadd462eef4e36e340a5.zip u-boot-imx-9bb1d6bcd28f036ffc44cadd462eef4e36e340a5.tar.gz u-boot-imx-9bb1d6bcd28f036ffc44cadd462eef4e36e340a5.tar.bz2 |
powerpc: P1023: Remove macro CONFIG_P1023
Replace CONFIG_P1023 with ARCH_P1023 in Kconfig and clean up existing
macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/P1023RDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/P1023RDB.h b/include/configs/P1023RDB.h index eba66ec..5061286 100644 --- a/include/configs/P1023RDB.h +++ b/include/configs/P1023RDB.h @@ -25,7 +25,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE /* BOOKE */ #define CONFIG_E500 /* BOOKE e500 family */ -#define CONFIG_P1023 #define CONFIG_MP /* support multiple processors */ #define CONFIG_FSL_ELBC /* Has Enhanced localbus controller */ |