summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-21 12:46:58 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:14 -0800
commit638d5be055da291247f746a8581d95435e54d2a9 (patch)
tree161df755d57e7ec5f139b31283cfe84c7b640555 /arch
parent78e5699523ca305e55813683e4e30257c900458d (diff)
downloadu-boot-imx-638d5be055da291247f746a8581d95435e54d2a9.zip
u-boot-imx-638d5be055da291247f746a8581d95435e54d2a9.tar.gz
u-boot-imx-638d5be055da291247f746a8581d95435e54d2a9.tar.bz2
powerpc: T208XQDS: Split as T2080QDS and T2081QDS
Use two separated targets in Kconfig to simplify configurations. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/cpu/mpc85xx/Kconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 9206b9b..abd7349 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -242,8 +242,8 @@ config TARGET_T1042RDB_PI
select SUPPORT_SPL
select PHYS_64BIT
-config TARGET_T208XQDS
- bool "Support T208xQDS"
+config TARGET_T2080QDS
+ bool "Support T2080QDS"
select SUPPORT_SPL
select PHYS_64BIT
@@ -252,6 +252,11 @@ config TARGET_T208XRDB
select SUPPORT_SPL
select PHYS_64BIT
+config TARGET_T2081QDS
+ bool "Support T2081QDS"
+ select SUPPORT_SPL
+ select PHYS_64BIT
+
config TARGET_T4240QDS
bool "Support T4240QDS"
select SUPPORT_SPL