u-boot-brain/board/freescale/t208xqds/Kconfig
York Sun 638d5be055 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>
2016-11-23 23:42:14 -08:00

13 lines
167 B
Plaintext

if TARGET_T2080QDS || TARGET_T2081QDS
config SYS_BOARD
default "t208xqds"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "T208xQDS"
endif