Skip to content

Commit

Permalink
ARM: shmobile: Remove G3EVM machine support
Browse files Browse the repository at this point in the history
This machine is using old CPU of shmobile (SH7367) and cannot obtain
machine, either.
Therefore, remove G3EVM support.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
  • Loading branch information
Nobuhiro Iwamatsu authored and Simon Horman committed Oct 30, 2012
1 parent 0ce53cd commit 6a800a0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 408 deletions.
57 changes: 0 additions & 57 deletions arch/arm/configs/g3evm_defconfig

This file was deleted.

7 changes: 0 additions & 7 deletions arch/arm/mach-shmobile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ config ARCH_EMEV2

comment "SH-Mobile Board Type"

config MACH_G3EVM
bool "G3EVM board"
depends on ARCH_SH7367
select ARCH_REQUIRE_GPIOLIB

config MACH_G4EVM
bool "G4EVM board"
depends on ARCH_SH7377
Expand Down Expand Up @@ -147,7 +142,6 @@ menu "Memory configuration"

config MEMORY_START
hex "Physical memory start address"
default "0x50000000" if MACH_G3EVM
default "0x40000000" if MACH_G4EVM || MACH_AP4EVB || MACH_AG5EVM || \
MACH_MACKEREL || MACH_BONITO || \
MACH_ARMADILLO800EVA
Expand All @@ -160,7 +154,6 @@ config MEMORY_START

config MEMORY_SIZE
hex "Physical memory size"
default "0x08000000" if MACH_G3EVM
default "0x08000000" if MACH_G4EVM
default "0x20000000" if MACH_AG5EVM || MACH_BONITO || \
MACH_ARMADILLO800EVA
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 @@ -45,7 +45,6 @@ obj-$(CONFIG_ARCH_R8A7740) += pm-r8a7740.o
obj-$(CONFIG_ARCH_R8A7779) += pm-r8a7779.o

# Board objects
obj-$(CONFIG_MACH_G3EVM) += board-g3evm.o
obj-$(CONFIG_MACH_G4EVM) += board-g4evm.o
obj-$(CONFIG_MACH_AP4EVB) += board-ap4evb.o
obj-$(CONFIG_MACH_AG5EVM) += board-ag5evm.o
Expand Down
Loading

0 comments on commit 6a800a0

Please sign in to comment.