Skip to content

Commit c0bb9b3

Browse files
committed
ARCH: ARM: shmobile: Remove ag5evm board support
Remove support for the sh73a0 based ag5evm board. The sh73a0 SoC is continued to be supported using the kzm9g board. Acked-by: Magnus Damm <[email protected]> Signed-off-by: Simon Horman <[email protected]>
1 parent 5fa6d27 commit c0bb9b3

File tree

5 files changed

+0
-731
lines changed

5 files changed

+0
-731
lines changed

arch/arm/configs/ag5evm_defconfig

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

arch/arm/mach-shmobile/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ config ARCH_EMEV2
7171

7272
comment "SH-Mobile Board Type"
7373

74-
config MACH_AG5EVM
75-
bool "AG5EVM board"
76-
depends on ARCH_SH73A0
77-
select ARCH_REQUIRE_GPIOLIB
78-
select REGULATOR_FIXED_VOLTAGE if REGULATOR
79-
select SH_LCD_MIPI_DSI
80-
8174
config MACH_APE6EVM
8275
bool "APE6EVM board"
8376
depends on ARCH_R8A73A4

arch/arm/mach-shmobile/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ obj-$(CONFIG_ARCH_R8A7779) += pm-r8a7779.o
3535
obj-$(CONFIG_ARCH_SH73A0) += pm-sh73a0.o
3636

3737
# Board objects
38-
obj-$(CONFIG_MACH_AG5EVM) += board-ag5evm.o
3938
obj-$(CONFIG_MACH_APE6EVM) += board-ape6evm.o
4039
obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o
4140
obj-$(CONFIG_MACH_BOCKW) += board-bockw.o

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_AG5EVM) += 0x40008000
43
loadaddr-$(CONFIG_MACH_APE6EVM) += 0x40008000
54
loadaddr-$(CONFIG_MACH_ARMADILLO800EVA) += 0x40008000
65
loadaddr-$(CONFIG_MACH_ARMADILLO800EVA_REFERENCE) += 0x40008000

0 commit comments

Comments
 (0)