commit | 638d5be055da291247f746a8581d95435e54d2a9 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Mon Nov 21 12:46:58 2016 -0800 |
committer | York Sun <york.sun@nxp.com> | Wed Nov 23 23:42:14 2016 -0800 |
tree | 161df755d57e7ec5f139b31283cfe84c7b640555 | |
parent | 78e5699523ca305e55813683e4e30257c900458d [diff] |
powerpc: T208XQDS: Split as T2080QDS and T2081QDS Use two separated targets in Kconfig to simplify configurations. Signed-off-by: York Sun <york.sun@nxp.com>
diff --git a/board/freescale/t208xqds/Kconfig b/board/freescale/t208xqds/Kconfig index 4e329dd..26ef530 100644 --- a/board/freescale/t208xqds/Kconfig +++ b/board/freescale/t208xqds/Kconfig
@@ -1,4 +1,4 @@ -if TARGET_T208XQDS +if TARGET_T2080QDS || TARGET_T2081QDS config SYS_BOARD default "t208xqds"