Skip to content

Commit 1fa59bd

Browse files
geertuhorms
authored andcommitted
ARM: shmobile: Remove legacy board code for Armadillo-800 EVA
The Armadillo-800 EVA board is sufficiently supported by DT-based and board-less R-Mobile A1 (r8a7740) multiplatform kernels, and board staging code. Hence remove the legacy board code to reduce maintenance effort. Lacking areas are: - USB (it doesn't work in legacy, neither), - HDMI (it doesn't work in legacy, neither), - Camera (we don't care), - DMAC/IPMMU (no DT bindings are planned). Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Simon Horman <[email protected]>
1 parent 9a98639 commit 1fa59bd

File tree

4 files changed

+0
-1376
lines changed

4 files changed

+0
-1376
lines changed

arch/arm/mach-shmobile/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,6 @@ config ARCH_R8A7779
124124

125125
comment "Renesas ARM SoCs Board Type"
126126

127-
config MACH_ARMADILLO800EVA
128-
bool "Armadillo-800 EVA board"
129-
depends on ARCH_R8A7740
130-
select ARCH_REQUIRE_GPIOLIB
131-
select REGULATOR_FIXED_VOLTAGE if REGULATOR
132-
select SMSC_PHY if SH_ETH
133-
select SND_SOC_WM8978 if SND_SIMPLE_CARD && I2C
134-
select USE_OF
135-
136127
config MACH_BOCKW
137128
bool "BOCK-W platform"
138129
depends on ARCH_R8A7778

arch/arm/mach-shmobile/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ else
5656
obj-$(CONFIG_MACH_BOCKW) += board-bockw.o
5757
obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o
5858
obj-$(CONFIG_MACH_MARZEN) += board-marzen.o
59-
obj-$(CONFIG_MACH_ARMADILLO800EVA) += board-armadillo800eva.o
6059
endif
6160

6261
# Framework support

arch/arm/mach-shmobile/Makefile.boot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# per-board load address for uImage
22
loadaddr-y :=
3-
loadaddr-$(CONFIG_MACH_ARMADILLO800EVA) += 0x40008000
43
loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
54
loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000
65
loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000

0 commit comments

Comments
 (0)