diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-14 21:34:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-07 19:52:23 -0400 |
commit | 6c3d99335ccbbce8a13339c71df267412eb47dad (patch) | |
tree | fbc05b210d04d5d3766486bff701107ad78e0867 /drivers/net/fm | |
parent | 98898601b46920904e63419fa38dd16a3e3b740e (diff) | |
download | u-boot-6c3d99335ccbbce8a13339c71df267412eb47dad.tar.gz u-boot-6c3d99335ccbbce8a13339c71df267412eb47dad.tar.bz2 u-boot-6c3d99335ccbbce8a13339c71df267412eb47dad.zip |
ppc: Remove T1023RBD boards and T1024RDB_SECURE_BOOT
These boards have not been converted to CONFIG_DM_PCI by the deadline
and is also missing conversion to CONFIG_DM. Remove them. As this is
the only ARCH_T1023 platform left, remove that support as well.
Cc: Priyanka Jain <priyanka.jain@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/net/fm')
-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 b4ede61113..c988e4e925 100644 --- a/drivers/net/fm/Makefile +++ b/drivers/net/fm/Makefile @@ -23,7 +23,6 @@ obj-$(CONFIG_ARCH_P4080) += p4080.o obj-$(CONFIG_ARCH_P5040) += p5040.o obj-$(CONFIG_ARCH_T1040) += t1040.o 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_T4240) += t4240.o |