Skip to content

Commit

Permalink
ARM: shmobile: Remove legacy board code for Armadillo-800 EVA
Browse files Browse the repository at this point in the history
The Armadillo-800 EVA board is sufficiently supported by DT-based and
board-less R-Mobile A1 (r8a7740) multiplatform kernels, and board
staging code. Hence remove the legacy board code to reduce maintenance
effort.

Lacking areas are:
  - USB (it doesn't work in legacy, neither),
  - HDMI (it doesn't work in legacy, neither),
  - Camera (we don't care),
  - DMAC/IPMMU (no DT bindings are planned).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Geert Uytterhoeven authored and Simon Horman committed Jul 6, 2015
1 parent 9a98639 commit 1fa59bd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,376 deletions.
9 changes: 0 additions & 9 deletions arch/arm/mach-shmobile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,6 @@ config ARCH_R8A7779

comment "Renesas ARM SoCs Board Type"

config MACH_ARMADILLO800EVA
bool "Armadillo-800 EVA board"
depends on ARCH_R8A7740
select ARCH_REQUIRE_GPIOLIB
select REGULATOR_FIXED_VOLTAGE if REGULATOR
select SMSC_PHY if SH_ETH
select SND_SOC_WM8978 if SND_SIMPLE_CARD && I2C
select USE_OF

config MACH_BOCKW
bool "BOCK-W platform"
depends on ARCH_R8A7778
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 @@ -56,7 +56,6 @@ else
obj-$(CONFIG_MACH_BOCKW) += board-bockw.o
obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o
obj-$(CONFIG_MACH_MARZEN) += board-marzen.o
obj-$(CONFIG_MACH_ARMADILLO800EVA) += board-armadillo800eva.o
endif

# Framework support
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-shmobile/Makefile.boot
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# per-board load address for uImage
loadaddr-y :=
loadaddr-$(CONFIG_MACH_ARMADILLO800EVA) += 0x40008000
loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000
loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000
Expand Down
Loading

0 comments on commit 1fa59bd

Please sign in to comment.