Skip to content

Commit b00ced3

Browse files
author
Linus Walleij
committed
ARM: ixp4xx: Delete Avila boardfiles
This board is replaced with the corresponding device tree. There is also the "loft" board which is just a Kconfi entry and which reuses the same boardfile. If there is interest in the Loft variant and someone is willing to test I can create a special DT superset for this board, which only differs in PCI set-up. Cc: Michael-Luke Jones <mlj28@cam.ac.uk> Cc: Deepak Saxena <dsaxena@plexity.net> Cc: Tom Billman <kernel@giantshoulderinc.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 5be86f6 commit b00ced3

4 files changed

Lines changed: 0 additions & 307 deletions

File tree

arch/arm/mach-ixp4xx/Kconfig

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

20-
config MACH_AVILA
21-
bool "Avila"
22-
depends on IXP4XX_PCI_LEGACY
23-
help
24-
Say 'Y' here if you want your kernel to support the Gateworks
25-
Avila Network Platform. For more information on this platform,
26-
see <file:Documentation/arm/ixp4xx.rst>.
27-
28-
config MACH_LOFT
29-
bool "Loft"
30-
depends on MACH_AVILA
31-
help
32-
Say 'Y' here if you want your kernel to support the Giant
33-
Shoulder Inc Loft board (a minor variation on the standard
34-
Gateworks Avila Network Platform).
35-
3620
config ARCH_ADI_COYOTE
3721
bool "Coyote"
3822
depends on IXP4XX_PCI_LEGACY

arch/arm/mach-ixp4xx/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ obj-pci-n :=
1010
obj-pci-$(CONFIG_MACH_IXP4XX_OF) += ixp4xx-of.o
1111

1212
obj-pci-$(CONFIG_ARCH_IXDP4XX) += ixdp425-pci.o
13-
obj-pci-$(CONFIG_MACH_AVILA) += avila-pci.o
1413
obj-pci-$(CONFIG_MACH_IXDPG425) += ixdpg425-pci.o
1514
obj-pci-$(CONFIG_ARCH_ADI_COYOTE) += coyote-pci.o
1615
obj-pci-$(CONFIG_MACH_GTWX5715) += gtwx5715-pci.o
@@ -20,7 +19,6 @@ obj-pci-$(CONFIG_MACH_FSG) += fsg-pci.o
2019
obj-y += common.o
2120

2221
obj-$(CONFIG_ARCH_IXDP4XX) += ixdp425-setup.o
23-
obj-$(CONFIG_MACH_AVILA) += avila-setup.o
2422
obj-$(CONFIG_MACH_IXDPG425) += coyote-setup.o
2523
obj-$(CONFIG_ARCH_ADI_COYOTE) += coyote-setup.o
2624
obj-$(CONFIG_MACH_GTWX5715) += gtwx5715-setup.o

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

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

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

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

0 commit comments

Comments
 (0)