u-boot/board/freescale/t4rdb/Kconfig
Tom Rini ec6b37cef4 ppc: Remove T4160RDB board
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>
2021-07-07 19:52:24 -04:00

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