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 /drivers/net/fm/Makefile | |
| parent | bf85995a25b65746b3b585a86227e868ca454bd4 (diff) | |
| download | u-boot-2322b9568f9e091becf8dd56c907e30e6b5166b1.tar.gz u-boot-2322b9568f9e091becf8dd56c907e30e6b5166b1.tar.xz u-boot-2322b9568f9e091becf8dd56c907e30e6b5166b1.zip | |
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 'drivers/net/fm/Makefile')
| -rw-r--r-- | drivers/net/fm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/fm/Makefile b/drivers/net/fm/Makefile index e10db710e6..c6c1440a20 100644 --- a/drivers/net/fm/Makefile +++ b/drivers/net/fm/Makefile @@ -27,7 +27,6 @@ obj-$(CONFIG_ARCH_T1042) += t1040.o obj-$(CONFIG_ARCH_T1023) += t1024.o obj-$(CONFIG_ARCH_T1024) += t1024.o obj-$(CONFIG_ARCH_T2080) += t2080.o -obj-$(CONFIG_ARCH_T2081) += t2080.o obj-$(CONFIG_ARCH_T4240) += t4240.o obj-$(CONFIG_ARCH_T4160) += t4240.o obj-$(CONFIG_ARCH_B4420) += b4860.o |
