Skip to content

Commit 9a98639

Browse files
geertuhorms
authored andcommitted
ARM: shmobile: Remove legacy SoC code for SH-Mobile AG5
The last user of the SH-Mobile AG5 (sh73a0) legacy SoC code was the KZM-A9-GT legacy board code, which has been removed. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent d99f70b commit 9a98639

File tree

7 files changed

+2
-1624
lines changed

7 files changed

+2
-1624
lines changed

arch/arm/mach-shmobile/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,6 @@ if ARCH_SHMOBILE_LEGACY
103103

104104
comment "Renesas ARM SoCs System Type"
105105

106-
config ARCH_SH73A0
107-
bool "SH-Mobile AG5 (R8A73A00)"
108-
select ARCH_RMOBILE
109-
select ARCH_WANT_OPTIONAL_GPIOLIB
110-
select ARM_GIC
111-
select I2C
112-
select SH_INTC
113-
select RENESAS_INTC_IRQPIN
114-
115106
config ARCH_R8A7740
116107
bool "R-Mobile A1 (R8A77400)"
117108
select ARCH_RMOBILE

arch/arm/mach-shmobile/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
obj-y := timer.o console.o
77

88
# CPU objects
9-
obj-$(CONFIG_ARCH_SH73A0) += setup-sh73a0.o pm-sh73a0.o
9+
obj-$(CONFIG_ARCH_SH73A0) += setup-sh73a0.o
1010
obj-$(CONFIG_ARCH_R8A73A4) += setup-r8a73a4.o
1111
obj-$(CONFIG_ARCH_R8A7740) += setup-r8a7740.o pm-r8a7740.o
1212
obj-$(CONFIG_ARCH_R8A7778) += setup-r8a7778.o
@@ -20,7 +20,6 @@ obj-$(CONFIG_ARCH_R7S72100) += setup-r7s72100.o
2020
# Clock objects
2121
ifndef CONFIG_COMMON_CLK
2222
obj-y += clock.o
23-
obj-$(CONFIG_ARCH_SH73A0) += clock-sh73a0.o
2423
obj-$(CONFIG_ARCH_R8A7740) += clock-r8a7740.o
2524
obj-$(CONFIG_ARCH_R8A7778) += clock-r8a7778.o
2625
obj-$(CONFIG_ARCH_R8A7779) += clock-r8a7779.o

0 commit comments

Comments
 (0)