summaryrefslogtreecommitdiff
path: root/board/freescale/t104xrdb
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 21:19:39 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:13 (GMT)
commit95a809b918ac624fe688802745366fcf7d04651e (patch)
tree0a464b374c5fcc3119952bbdeda2e56de1ab7cc0 /board/freescale/t104xrdb
parente5d5f5a8be964c4a3ffc84fd99762736db96c27a (diff)
downloadu-boot-95a809b918ac624fe688802745366fcf7d04651e.tar.xz
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 'board/freescale/t104xrdb')
-rw-r--r--board/freescale/t104xrdb/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t104xrdb/Kconfig b/board/freescale/t104xrdb/Kconfig
index f28728d..5b6095b 100644
--- a/board/freescale/t104xrdb/Kconfig
+++ b/board/freescale/t104xrdb/Kconfig
@@ -1,4 +1,4 @@
-if TARGET_T104XRDB
+if TARGET_T1040RDB || TARGET_T1042RDB
config SYS_BOARD
default "t104xrdb"