diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 11:15:21 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:10 -0800 |
commit | ce040c83f1d74b07543fe98b07164912d104a2c7 (patch) | |
tree | 1c5fe30a5422dfef7224626afa9f92376fbc532c /include/configs | |
parent | 789460c914111f4e2f35d3cfb48b5ed4d7b3ddef (diff) | |
download | u-boot-imx-ce040c83f1d74b07543fe98b07164912d104a2c7.zip u-boot-imx-ce040c83f1d74b07543fe98b07164912d104a2c7.tar.gz u-boot-imx-ce040c83f1d74b07543fe98b07164912d104a2c7.tar.bz2 |
powerpc: P2041: Remove macro CONFIG_PPC_P2041
Replace CONFIG_PPC_P2041 with ARCH_P2041 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/P2041RDB.h | 1 | ||||
-rw-r--r-- | include/configs/km/kmp204x-common.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 350756b..500bb00 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -12,7 +12,6 @@ #define __CONFIG_H #define CONFIG_P2041RDB -#define CONFIG_PPC_P2041 #ifdef CONFIG_RAMBOOT_PBL #define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index f557ee2..fad8865 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -8,8 +8,6 @@ #ifndef _CONFIG_KMP204X_H #define _CONFIG_KMP204X_H -#define CONFIG_PPC_P2041 - #define CONFIG_SYS_TEXT_BASE 0xfff40000 #define CONFIG_KM_DEF_NETDEV "netdev=eth0\0" |