diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 13:08:52 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:07 -0800 |
commit | 7d5f9f84f1767c5f9669d9db7fbbb825623b67a3 (patch) | |
tree | 03d0f344a65392c770f0fc133277be61d8388507 /include/configs | |
parent | 164b2f812bd0a095f378961f04bc98e2735a376d (diff) | |
download | u-boot-imx-7d5f9f84f1767c5f9669d9db7fbbb825623b67a3.zip u-boot-imx-7d5f9f84f1767c5f9669d9db7fbbb825623b67a3.tar.gz u-boot-imx-7d5f9f84f1767c5f9669d9db7fbbb825623b67a3.tar.bz2 |
powerpc: P1010: Remove macro CONFIG_P1010
Replace CONFIG_P1010 with ARCH_P1010 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/P1010RDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index c45b091..e17de90 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -11,7 +11,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_P1010 #define CONFIG_E500 /* BOOKE e500 family */ #include <asm/config_mpc85xx.h> #define CONFIG_NAND_FSL_IFC |