commit | 1d564e75bd5c8076a3da2ff1455dac83475fa040 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Fri Nov 18 13:19:39 2016 -0800 |
committer | York Sun <york.sun@nxp.com> | Wed Nov 23 23:42:13 2016 -0800 |
tree | 0a464b374c5fcc3119952bbdeda2e56de1ab7cc0 | |
parent | 7d29dd64af723da0e13535782a225a9b68f357ab [diff] [blame] |
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>
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"