Skip to content

Commit 30f8925

Browse files
geertuhorms
authored andcommitted
ARM: shmobile: Remove legacy board code for KZM-A9-GT
The KZM-A9-GT board is sufficiently supported by DT-based and board-less SH-Mobile AG5 (sh73a0) multiplatform kernels. Hence remove the legacy board code to reduce maintenance effort. Lacking areas are: - USB (it does't work in legacy, neither), - LCDC (the LCDC is wired to the legacy INTC, which is not planned to be supported with DT). - DMAC/IPMMU (no DT bindings are planned). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent 564ec12 commit 30f8925

File tree

7 files changed

+0
-1678
lines changed

7 files changed

+0
-1678
lines changed

arch/arm/mach-shmobile/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,6 @@ config MACH_MARZEN
171171
select REGULATOR_FIXED_VOLTAGE if REGULATOR
172172
select USE_OF
173173

174-
config MACH_KZM9G
175-
bool "KZM-A9-GT board"
176-
depends on ARCH_SH73A0
177-
select ARCH_REQUIRE_GPIOLIB
178-
select REGULATOR_FIXED_VOLTAGE if REGULATOR
179-
select SND_SOC_AK4642 if SND_SIMPLE_CARD
180-
select USE_OF
181-
182174
comment "Renesas ARM SoCs System Configuration"
183175

184176
config CPU_HAS_INTEVT

arch/arm/mach-shmobile/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ obj-$(CONFIG_MACH_BOCKW) += board-bockw.o
5858
obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o
5959
obj-$(CONFIG_MACH_MARZEN) += board-marzen.o
6060
obj-$(CONFIG_MACH_ARMADILLO800EVA) += board-armadillo800eva.o
61-
obj-$(CONFIG_MACH_KZM9G) += board-kzm9g.o intc-sh73a0.o
6261
endif
6362

6463
# Framework support

arch/arm/mach-shmobile/Makefile.boot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ loadaddr-y :=
33
loadaddr-$(CONFIG_MACH_ARMADILLO800EVA) += 0x40008000
44
loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
55
loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000
6-
loadaddr-$(CONFIG_MACH_KZM9G) += 0x41008000
76
loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000
87

98
__ZRELADDR := $(sort $(loadaddr-y))

0 commit comments

Comments
 (0)