summaryrefslogtreecommitdiff
path: root/board/freescale/t104xrdb/Kconfig
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 /board/freescale/t104xrdb/Kconfig
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 'board/freescale/t104xrdb/Kconfig')
-rw-r--r--board/freescale/t104xrdb/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/freescale/t104xrdb/Kconfig b/board/freescale/t104xrdb/Kconfig
index 410c9a5..e33d317 100644
--- a/board/freescale/t104xrdb/Kconfig
+++ b/board/freescale/t104xrdb/Kconfig
@@ -1,4 +1,6 @@
-if TARGET_T1040RDB || TARGET_T1040D4RDB || TARGET_T1042RDB || TARGET_T1042RDB_PI
+if TARGET_T1040RDB || TARGET_T1040D4RDB || \
+ TARGET_T1042RDB || TARGET_T1042D4RDB || \
+ TARGET_T1042RDB_PI
config SYS_BOARD
default "t104xrdb"