Skip to content

Commit 9d32391

Browse files
rjarzmikarndb
authored andcommitted
ARM: pxa: remove Compulab pxa2xx boards
As these boards have no more users nor testers, and patching them has become a burden, be that because of the PCI part or the MTD NAND support, let's remove them. The cm-x300 will for now remain and represent Compulab boards at its best in the PXA department. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Robert Jarzmik <[email protected]> Acked-by: Mike Rapoport <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 803b504 commit 9d32391

File tree

12 files changed

+0
-3086
lines changed

12 files changed

+0
-3086
lines changed

arch/arm/configs/cm_x2xx_defconfig

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

arch/arm/configs/em_x270_defconfig

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

arch/arm/configs/pxa_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ CONFIG_MACH_ARCOM_ZEUS=y
3838
CONFIG_MACH_BALLOON3=y
3939
CONFIG_MACH_CSB726=y
4040
CONFIG_CSB726_CSB701=y
41-
CONFIG_MACH_ARMCORE=y
42-
CONFIG_MACH_EM_X270=y
4341
CONFIG_MACH_EXEDA=y
4442
CONFIG_MACH_CM_X300=y
4543
CONFIG_MACH_CAPC7117=y

arch/arm/mach-pxa/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -123,23 +123,6 @@ config CSB726_CSB701
123123
bool "Enable support for CSB701 baseboard"
124124
depends on MACH_CSB726
125125

126-
config MACH_ARMCORE
127-
bool "CompuLab CM-X255/CM-X270 modules"
128-
select ARCH_HAS_DMA_SET_COHERENT_MASK if PCI
129-
select IWMMXT
130-
select HAVE_PCI
131-
select NEED_MACH_IO_H if PCI
132-
select PXA25x
133-
select PXA27x
134-
135-
config MACH_EM_X270
136-
bool "CompuLab EM-x270 platform"
137-
select PXA27x
138-
139-
config MACH_EXEDA
140-
bool "CompuLab eXeda platform"
141-
select PXA27x
142-
143126
config MACH_CM_X300
144127
bool "CompuLab CM-X300 modules"
145128
select CPU_PXA300

arch/arm/mach-pxa/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ obj-$(CONFIG_MACH_ARCOM_ZEUS) += zeus.o
4040
obj-$(CONFIG_MACH_BALLOON3) += balloon3.o
4141
obj-$(CONFIG_MACH_CSB726) += csb726.o
4242
obj-$(CONFIG_CSB726_CSB701) += csb701.o
43-
obj-$(CONFIG_MACH_ARMCORE) += cm-x2xx.o cm-x255.o cm-x270.o
44-
ifeq ($(CONFIG_PCI),y)
45-
obj-$(CONFIG_MACH_ARMCORE) += cm-x2xx-pci.o
46-
endif
47-
obj-$(CONFIG_MACH_EM_X270) += em-x270.o
4843
obj-$(CONFIG_MACH_CM_X300) += cm-x300.o
4944
obj-$(CONFIG_MACH_CAPC7117) += capc7117.o mxm8x10.o
5045
obj-$(CONFIG_ARCH_GUMSTIX) += gumstix.o

0 commit comments

Comments
 (0)