mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
ec6b37cef4
This board has not been converted to CONFIG_DM_PCI by the deadline and is also missing conversion to CONFIG_DM. Remove it. As this is the last ARCH_T4160 platform, remove that support as well. Signed-off-by: Tom Rini <trini@konsulko.com>
14 lines
186 B
Text
14 lines
186 B
Text
if TARGET_T4240RDB
|
|
|
|
config SYS_BOARD
|
|
default "t4rdb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "T4240RDB"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|