Skip to content

Commit be29024

Browse files
Magnus Dammhorms
authored andcommitted
ARM: shmobile: lager-reference: DTS-only board support
Remove redundant C board code for Lager Multiplatform, everything is supported via DT these days anyway so it is fine to rely on the MACHINE_START in setup-r8a7790.c. Signed-off-by: Magnus Damm <[email protected]> [Remove CONFIG_MACH_LAGER from shmobile_defconfig] Signed-off-by: Laurent Pinchart <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Simon Horman <[email protected]>
1 parent 97bf6af commit be29024

File tree

4 files changed

+0
-46
lines changed

4 files changed

+0
-46
lines changed

arch/arm/configs/shmobile_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ CONFIG_ARCH_R8A7779=y
1717
CONFIG_ARCH_R8A7790=y
1818
CONFIG_ARCH_R8A7791=y
1919
CONFIG_ARCH_R8A7794=y
20-
CONFIG_MACH_LAGER=y
2120
CONFIG_MACH_MARZEN=y
2221
# CONFIG_SWP_EMULATE is not set
2322
CONFIG_CPU_BPREDICT_DISABLE=y

arch/arm/mach-shmobile/Kconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ config ARCH_R8A7794
7474

7575
comment "Renesas ARM SoCs Board Type"
7676

77-
config MACH_LAGER
78-
bool "Lager board"
79-
depends on ARCH_R8A7790
80-
select MICREL_PHY if SH_ETH
81-
8277
config MACH_MARZEN
8378
bool "MARZEN board"
8479
depends on ARCH_R8A7779

arch/arm/mach-shmobile/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ obj-$(CONFIG_ARCH_SH7372) += entry-intc.o sleep-sh7372.o
5757

5858
# Board objects
5959
ifdef CONFIG_ARCH_SHMOBILE_MULTI
60-
obj-$(CONFIG_MACH_LAGER) += board-lager-reference.o
6160
obj-$(CONFIG_MACH_MARZEN) += board-marzen-reference.o
6261
else
6362
obj-$(CONFIG_MACH_APE6EVM) += board-ape6evm.o

arch/arm/mach-shmobile/board-lager-reference.c

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

0 commit comments

Comments
 (0)