summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-21 11:04:34 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:14 -0800
commit319ed24a8a8225a4f6055dcd8c6a5077c51b763f (patch)
treec1d8f479e04f430f350fb60ae4a502c626f7f116 /arch
parent55ed8ae3674462be330a4d71af33e83afce462be (diff)
downloadu-boot-imx-319ed24a8a8225a4f6055dcd8c6a5077c51b763f.zip
u-boot-imx-319ed24a8a8225a4f6055dcd8c6a5077c51b763f.tar.gz
u-boot-imx-319ed24a8a8225a4f6055dcd8c6a5077c51b763f.tar.bz2
powerpc: T1042D4RDB: Separate from T1042RDB in Kconfig
Use TARGET_T1042D4RDB in Kconfig to simplify config options. Remove macro CONFIG_T1042D4RDB. 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 980439e..9206b9b 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_T1042D4RDB
+ bool "Support T1042D4RDB"
+ select ARCH_T1042
+ select SUPPORT_SPL
+ select PHYS_64BIT
+
config TARGET_T1042RDB_PI
bool "Support T1042RDB_PI"
select ARCH_T1042