mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 14:36:03 +01:00
This board has not been converted to CONFIG_DM_MMC by the deadline. Remove it. It is also the only ARCH_T2081 board so remove that support as well. Cc: Shengzhou Liu <Shengzhou.Liu@nxp.com> Cc: Ruchika Gupta <ruchika.gupta@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
15 lines
189 B
Plaintext
15 lines
189 B
Plaintext
if TARGET_T2080QDS
|
|
|
|
config SYS_BOARD
|
|
default "t208xqds"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "T208xQDS"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|