Skip to content

Commit

Permalink
ARM: shmobile: bockw: remove "reference" board file and config
Browse files Browse the repository at this point in the history
Replaced by multi-platform.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Ulrich Hecht authored and Simon Horman committed Sep 14, 2015
1 parent 2c0a876 commit 892b19f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 101 deletions.
13 changes: 0 additions & 13 deletions arch/arm/mach-shmobile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -126,19 +126,6 @@ config MACH_BOCKW
select SND_SOC_AK4642 if SND_SIMPLE_CARD && I2C
select USE_OF

config MACH_BOCKW_REFERENCE
bool "BOCK-W - Reference Device Tree Implementation"
depends on ARCH_R8A7778
select ARCH_REQUIRE_GPIOLIB
select REGULATOR_FIXED_VOLTAGE if REGULATOR
select USE_OF
---help---
Use reference implementation of BockW board support
which makes use of device tree at the expense
of not supporting a number of devices.

This is intended to aid developers

comment "Renesas ARM SoCs System Configuration"

config CPU_HAS_INTEVT
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 @@ -52,7 +52,6 @@ obj-$(CONFIG_ARCH_RCAR_GEN2) += pm-rcar-gen2.o
# Board objects
ifndef CONFIG_ARCH_SHMOBILE_MULTI
obj-$(CONFIG_MACH_BOCKW) += board-bockw.o
obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.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,7 +1,6 @@
# per-board load address for uImage
loadaddr-y :=
loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000

__ZRELADDR := $(sort $(loadaddr-y))
zreladdr-y += $(__ZRELADDR)
Expand Down
86 changes: 0 additions & 86 deletions arch/arm/mach-shmobile/board-bockw-reference.c

This file was deleted.

0 comments on commit 892b19f

Please sign in to comment.