Skip to content

Commit a521422

Browse files
Magnus Dammhorms
authored andcommitted
ARM: shmobile: mackerel: Remove Legacy C board code
Remove legacy C code for the sh7372 Mackerel board. There is no DT multiplatform implementation available for the sh7372 SoC so simply phase out the board and SoC code support. Signed-off-by: Magnus Damm <[email protected]> Acked-by: Laurent Pinchart <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Simon Horman <[email protected]>
1 parent 040d64d commit a521422

File tree

4 files changed

+0
-1533
lines changed

4 files changed

+0
-1533
lines changed

arch/arm/mach-shmobile/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,6 @@ config MACH_APE6EVM_REFERENCE
154154

155155
This is intended to aid developers
156156

157-
config MACH_MACKEREL
158-
bool "mackerel board"
159-
depends on ARCH_SH7372
160-
select ARCH_REQUIRE_GPIOLIB
161-
select REGULATOR_FIXED_VOLTAGE if REGULATOR
162-
select SMSC_PHY if SMSC911X
163-
select SND_SOC_AK4642 if SND_SIMPLE_CARD
164-
select USE_OF
165-
166157
config MACH_ARMADILLO800EVA
167158
bool "Armadillo-800 EVA board"
168159
depends on ARCH_R8A7740

arch/arm/mach-shmobile/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ obj-$(CONFIG_MACH_MARZEN) += board-marzen-reference.o
6060
else
6161
obj-$(CONFIG_MACH_APE6EVM) += board-ape6evm.o
6262
obj-$(CONFIG_MACH_APE6EVM_REFERENCE) += board-ape6evm-reference.o
63-
obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o
6463
obj-$(CONFIG_MACH_BOCKW) += board-bockw.o
6564
obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o
6665
obj-$(CONFIG_MACH_MARZEN) += board-marzen.o

arch/arm/mach-shmobile/Makefile.boot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
77
loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000
88
loadaddr-$(CONFIG_MACH_KZM9G) += 0x41008000
99
loadaddr-$(CONFIG_MACH_KZM9G_REFERENCE) += 0x41008000
10-
loadaddr-$(CONFIG_MACH_MACKEREL) += 0x40008000
1110
loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000
1211

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

0 commit comments

Comments
 (0)