summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 13:19:39 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:13 -0800
commit95a809b918ac624fe688802745366fcf7d04651e (patch)
tree0a464b374c5fcc3119952bbdeda2e56de1ab7cc0 /arch/powerpc
parente5d5f5a8be964c4a3ffc84fd99762736db96c27a (diff)
downloadu-boot-imx-95a809b918ac624fe688802745366fcf7d04651e.zip
u-boot-imx-95a809b918ac624fe688802745366fcf7d04651e.tar.gz
u-boot-imx-95a809b918ac624fe688802745366fcf7d04651e.tar.bz2
powerpc: T104XRDB: Split to T1040RDB and T1042RDB in Kconfig
Split ARCH_T104XRDB as ARCH_T1040RDB and ARCH_T1042RDB in Kconfig to simplify config options. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc')
-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 48447c9..a404356 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -211,8 +211,13 @@ config TARGET_T1040QDS
bool "Support T1040QDS"
select PHYS_64BIT
-config TARGET_T104XRDB
- bool "Support T104xRDB"
+config TARGET_T1040RDB
+ bool "Support T1040RDB"
+ select SUPPORT_SPL
+ select PHYS_64BIT
+
+config TARGET_T1042RDB
+ bool "Support T1042RDB"
select SUPPORT_SPL
select PHYS_64BIT