Skip to content

Commit 44d88c7

Browse files
geertuhorms
authored andcommitted
ARM: shmobile: Remove legacy SoC code for R-Mobile A1
The last user of the R-Mobile A1 (r8a7740) legacy SoC code was the Armadillo-800 EVA legacy board code, which has been removed. Signed-off-by: Geert Uytterhoeven <[email protected]> [horms: resolved trivial conflicts with v4.2-rc1] Signed-off-by: Simon Horman <[email protected]>
1 parent 6a902a2 commit 44d88c7

File tree

6 files changed

+4
-1546
lines changed

6 files changed

+4
-1546
lines changed

arch/arm/mach-shmobile/Kconfig

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

104104
comment "Renesas ARM SoCs System Type"
105105

106-
config ARCH_R8A7740
107-
bool "R-Mobile A1 (R8A77400)"
108-
select ARCH_RMOBILE
109-
select ARCH_WANT_OPTIONAL_GPIOLIB
110-
select ARM_GIC
111-
select RENESAS_INTC_IRQPIN
112-
113106
config ARCH_R8A7778
114107
bool "R-Car M1A (R8A77781)"
115108
select ARCH_RCAR_GEN1

arch/arm/mach-shmobile/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ obj-y := timer.o console.o
88
# CPU objects
99
obj-$(CONFIG_ARCH_SH73A0) += setup-sh73a0.o
1010
obj-$(CONFIG_ARCH_R8A73A4) += setup-r8a73a4.o
11-
obj-$(CONFIG_ARCH_R8A7740) += setup-r8a7740.o pm-r8a7740.o
11+
obj-$(CONFIG_ARCH_R8A7740) += setup-r8a7740.o
1212
obj-$(CONFIG_ARCH_R8A7778) += setup-r8a7778.o
1313
obj-$(CONFIG_ARCH_R8A7779) += setup-r8a7779.o pm-r8a7779.o
1414
obj-$(CONFIG_ARCH_R8A7790) += setup-r8a7790.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_R8A7740) += clock-r8a7740.o
2423
obj-$(CONFIG_ARCH_R8A7778) += clock-r8a7778.o
2524
obj-$(CONFIG_ARCH_R8A7779) += clock-r8a7779.o
2625
endif

0 commit comments

Comments
 (0)