Skip to content

Commit 4a56f46

Browse files
shcgitarndb
authored andcommitted
ARM: clps711x: Remove boards support
Any CLPS711X-based board can be replaced with devicetree equivalent. Remove the board files. Signed-off-by: Alexander Shiyan <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 0db943e commit 4a56f46

File tree

3 files changed

+0
-49
lines changed

3 files changed

+0
-49
lines changed

arch/arm/mach-clps711x/Kconfig

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,6 @@ config MACH_CLPS711X_DT
1111
Select this if you want to experiment device-tree with
1212
ARMv4T Cirrus Logic chips.
1313

14-
config ARCH_AUTCPU12
15-
bool "AUTCPU12"
16-
help
17-
Say Y if you intend to run the kernel on the autronix autcpu12
18-
board. This board is based on a Cirrus Logic CS89712.
19-
20-
config ARCH_CDB89712
21-
bool "CDB89712"
22-
help
23-
This is an evaluation board from Cirrus for the CS89712 processor.
24-
The board includes 2 serial ports, Ethernet, IRDA, and expansion
25-
headers. It comes with 16 MB SDRAM and 8 MB flash ROM.
26-
27-
config ARCH_CLEP7312
28-
bool "CLEP7312"
29-
help
30-
Boards based on the Cirrus Logic 7212/7312 chips.
31-
32-
config ARCH_EDB7211
33-
bool "EDB7211"
34-
select ARCH_HAS_HOLES_MEMORYMODEL
35-
help
36-
Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211
37-
evaluation board.
38-
39-
config ARCH_P720T
40-
bool "P720T"
41-
help
42-
Say Y here if you intend to run this kernel on the ARM Prospector
43-
720T.
44-
4514
endmenu
4615

4716
endif

arch/arm/mach-clps711x/Makefile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
#
2-
# Makefile for the linux kernel.
3-
#
4-
5-
# Object file lists.
6-
7-
obj-y := common.o devices.o
8-
91
obj-$(CONFIG_MACH_CLPS711X_DT) += board-dt.o
10-
obj-$(CONFIG_ARCH_AUTCPU12) += board-autcpu12.o
11-
obj-$(CONFIG_ARCH_CDB89712) += board-cdb89712.o
12-
obj-$(CONFIG_ARCH_CLEP7312) += board-clep7312.o
13-
obj-$(CONFIG_ARCH_EDB7211) += board-edb7211.o
14-
obj-$(CONFIG_ARCH_P720T) += board-p720t.o

arch/arm/mach-clps711x/Makefile.boot

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
# The standard locations for stuff on CLPS711x type processors
2-
params_phys-y := 0xc0000100
3-
# Should probably have some agreement on these...
4-
initrd_phys-$(CONFIG_ARCH_P720T) := 0xc0400000
5-
initrd_phys-$(CONFIG_ARCH_CDB89712) := 0x00700000

0 commit comments

Comments
 (0)