diff options
author | York Sun <york.sun@nxp.com> | 2016-11-21 12:46:58 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:14 -0800 |
commit | 638d5be055da291247f746a8581d95435e54d2a9 (patch) | |
tree | 161df755d57e7ec5f139b31283cfe84c7b640555 /board/freescale/t208xqds | |
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>
Diffstat (limited to 'board/freescale/t208xqds')
-rw-r--r-- | board/freescale/t208xqds/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t208xqds/Kconfig b/board/freescale/t208xqds/Kconfig index 4e329dddf3..26ef530b93 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" |