mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
2322b9568f
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>
14 lines
189 B
Text
14 lines
189 B
Text
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
|