summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 13:44:00 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:14 -0800
commit55ed8ae3674462be330a4d71af33e83afce462be (patch)
treea7264dcb0186a4ec6a290ea13b62f65087aa14c1 /arch
parent5449c98a2d64de50d16f53401445a4f96356adea (diff)
downloadu-boot-imx-55ed8ae3674462be330a4d71af33e83afce462be.zip
u-boot-imx-55ed8ae3674462be330a4d71af33e83afce462be.tar.gz
u-boot-imx-55ed8ae3674462be330a4d71af33e83afce462be.tar.bz2
powerpc: T1042RDB_PI: Split from T1042RDB in Kconfig
Use separated TARGET_T1042RDB_PI to simplify config options. Remove macro CONFIG_T1042RDB_PI. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/cpu/mpc85xx/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index ef41869..980439e 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -230,6 +230,12 @@ config TARGET_T1042RDB
select SUPPORT_SPL
select PHYS_64BIT
+config TARGET_T1042RDB_PI
+ bool "Support T1042RDB_PI"
+ select ARCH_T1042
+ select SUPPORT_SPL
+ select PHYS_64BIT
+
config TARGET_T208XQDS
bool "Support T208xQDS"
select SUPPORT_SPL