diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-20 20:06:21 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-10 08:04:42 -0400 |
commit | 2322b9568f9e091becf8dd56c907e30e6b5166b1 (patch) | |
tree | c3dacb24631c9ecdb03524616bdc30a5ed3244ea /board/freescale/t208xqds/Kconfig | |
parent | bf85995a25b65746b3b585a86227e868ca454bd4 (diff) | |
download | u-boot-2322b9568f9e091becf8dd56c907e30e6b5166b1.tar.gz |
ppc: Remove T2081QDS board and ARCH_T2081 support
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>
Diffstat (limited to 'board/freescale/t208xqds/Kconfig')
-rw-r--r-- | board/freescale/t208xqds/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t208xqds/Kconfig b/board/freescale/t208xqds/Kconfig index 5a435c2695..f65d8eed54 100644 --- a/board/freescale/t208xqds/Kconfig +++ b/board/freescale/t208xqds/Kconfig @@ -1,4 +1,4 @@ -if TARGET_T2080QDS || TARGET_T2081QDS +if TARGET_T2080QDS config SYS_BOARD default "t208xqds" |