Skip to content

Commit

Permalink
ARM: shmobile: r7s72100: genmai: Remove legacy board file
Browse files Browse the repository at this point in the history
The genmai board now boots using DT and multiplatform kernel with the
same feature set as the legacy board. Remove the legacy board file and
the board Kconfig option.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Wolfram Sang <wsa@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Laurent Pinchart authored and Simon Horman committed Aug 17, 2014
1 parent 71d03da commit 05104c2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 183 deletions.
9 changes: 0 additions & 9 deletions arch/arm/mach-shmobile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ config ARCH_R8A7791

comment "Renesas ARM SoCs Board Type"

config MACH_GENMAI
bool "Genmai board"
depends on ARCH_R7S72100

config MACH_KOELSCH
bool "Koelsch board"
depends on ARCH_R8A7791
Expand Down Expand Up @@ -232,11 +228,6 @@ config MACH_BOCKW_REFERENCE

This is intended to aid developers

config MACH_GENMAI
bool "Genmai board"
depends on ARCH_R7S72100
select USE_OF

config MACH_MARZEN
bool "MARZEN board"
depends on ARCH_R8A7779
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-shmobile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ obj-$(CONFIG_MACH_APE6EVM_REFERENCE) += board-ape6evm-reference.o
obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o
obj-$(CONFIG_MACH_BOCKW) += board-bockw.o
obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o
obj-$(CONFIG_MACH_GENMAI) += board-genmai.o
obj-$(CONFIG_MACH_MARZEN) += board-marzen.o
obj-$(CONFIG_MACH_LAGER) += board-lager.o
obj-$(CONFIG_MACH_ARMADILLO800EVA) += board-armadillo800eva.o
Expand Down
173 changes: 0 additions & 173 deletions arch/arm/mach-shmobile/board-genmai.c

This file was deleted.

0 comments on commit 05104c2

Please sign in to comment.