Skip to content

Commit 6dc9b80

Browse files
author
Linus Walleij
committed
ARM: ixp4xx: Delete Coyote and IXDPG425 boardfiles
These boards are replaced with the corresponding device trees. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 73d04ca commit 6dc9b80

5 files changed

Lines changed: 0 additions & 282 deletions

File tree

arch/arm/mach-ixp4xx/Kconfig

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ config MACH_IXP4XX_OF
1717
help
1818
Say 'Y' here to support Device Tree-based IXP4xx platforms.
1919

20-
config ARCH_ADI_COYOTE
21-
bool "Coyote"
22-
depends on IXP4XX_PCI_LEGACY
23-
help
24-
Say 'Y' here if you want your kernel to support the ADI
25-
Engineering Coyote Gateway Reference Platform. For more
26-
information on this platform, see <file:Documentation/arm/ixp4xx.rst>.
27-
2820
config MACH_GATEWAY7001
2921
bool "Gateway 7001"
3022
depends on IXP4XX_PCI_LEGACY
@@ -33,14 +25,6 @@ config MACH_GATEWAY7001
3325
7001 Access Point. For more information on this platform,
3426
see http://openwrt.org
3527

36-
config MACH_IXDPG425
37-
bool "IXDPG425"
38-
depends on IXP4XX_PCI_LEGACY
39-
help
40-
Say 'Y' here if you want your kernel to support Intel's
41-
IXDPG425 Development Platform (Also known as Montajade).
42-
For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>.
43-
4428
config MACH_GORAMO_MLR
4529
bool "GORAMO Multi Link Router"
4630
help

arch/arm/mach-ixp4xx/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ obj-pci-n :=
99
# Device tree platform
1010
obj-pci-$(CONFIG_MACH_IXP4XX_OF) += ixp4xx-of.o
1111

12-
obj-pci-$(CONFIG_MACH_IXDPG425) += ixdpg425-pci.o
13-
obj-pci-$(CONFIG_ARCH_ADI_COYOTE) += coyote-pci.o
1412
obj-pci-$(CONFIG_MACH_GTWX5715) += gtwx5715-pci.o
1513
obj-pci-$(CONFIG_MACH_GATEWAY7001) += gateway7001-pci.o
1614
obj-pci-$(CONFIG_MACH_FSG) += fsg-pci.o
1715

1816
obj-y += common.o
1917

20-
obj-$(CONFIG_MACH_IXDPG425) += coyote-setup.o
21-
obj-$(CONFIG_ARCH_ADI_COYOTE) += coyote-setup.o
2218
obj-$(CONFIG_MACH_GTWX5715) += gtwx5715-setup.o
2319
obj-$(CONFIG_MACH_GATEWAY7001) += gateway7001-setup.o
2420
obj-$(CONFIG_MACH_FSG) += fsg-setup.o

arch/arm/mach-ixp4xx/coyote-pci.c

Lines changed: 0 additions & 62 deletions
This file was deleted.

arch/arm/mach-ixp4xx/coyote-setup.c

Lines changed: 0 additions & 144 deletions
This file was deleted.

arch/arm/mach-ixp4xx/ixdpg425-pci.c

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)