summaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 21:44:00 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:14 (GMT)
commit55ed8ae3674462be330a4d71af33e83afce462be (patch)
treea7264dcb0186a4ec6a290ea13b62f65087aa14c1 /board/freescale
parent5449c98a2d64de50d16f53401445a4f96356adea (diff)
downloadu-boot-fsl-qoriq-55ed8ae3674462be330a4d71af33e83afce462be.tar.xz
powerpc: T1042RDB_PI: Split from T1042RDB in Kconfig
Use separated TARGET_T1042RDB_PI to simplify config options. Remove macro CONFIG_T1042RDB_PI. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale')
-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 2a633c0..410c9a5 100644
--- a/board/freescale/t104xrdb/Kconfig
+++ b/board/freescale/t104xrdb/Kconfig
@@ -1,4 +1,4 @@
-if TARGET_T1040RDB || TARGET_T1040D4RDB || TARGET_T1042RDB
+if TARGET_T1040RDB || TARGET_T1040D4RDB || TARGET_T1042RDB || TARGET_T1042RDB_PI
config SYS_BOARD
default "t104xrdb"