Skip to content

Commit

Permalink
ARM: shmobile: bockw: remove legacy 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>
Acked-by: by: Geert Uytterhoeven <geert+renesas@glider.be>
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 c2c7375 commit 3d7608e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 764 deletions.
11 changes: 0 additions & 11 deletions arch/arm/mach-shmobile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,6 @@ config ARCH_R8A7779
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_GIC

comment "Renesas ARM SoCs Board Type"

config MACH_BOCKW
bool "BOCK-W platform"
depends on ARCH_R8A7778
select ARCH_REQUIRE_GPIOLIB
select REGULATOR_FIXED_VOLTAGE if REGULATOR
select SND_SOC_AK4554 if SND_SIMPLE_CARD
select SND_SOC_AK4642 if SND_SIMPLE_CARD && I2C
select USE_OF

comment "Renesas ARM SoCs System Configuration"

config CPU_HAS_INTEVT
Expand Down
5 changes: 0 additions & 5 deletions arch/arm/mach-shmobile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,5 @@ obj-$(CONFIG_PM_RCAR) += pm-rcar.o
obj-$(CONFIG_PM_RMOBILE) += pm-rmobile.o
obj-$(CONFIG_ARCH_RCAR_GEN2) += pm-rcar-gen2.o

# Board objects
ifndef CONFIG_ARCH_SHMOBILE_MULTI
obj-$(CONFIG_MACH_BOCKW) += board-bockw.o
endif

# Framework support
obj-$(CONFIG_SMP) += $(smp-y)
11 changes: 0 additions & 11 deletions arch/arm/mach-shmobile/Makefile.boot
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
# per-board load address for uImage
loadaddr-y :=
loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000

__ZRELADDR := $(sort $(loadaddr-y))
zreladdr-y += $(__ZRELADDR)

# Unsupported legacy stuff
#
#params_phys-y (Instead: Pass atags pointer in r2)
#initrd_phys-y (Instead: Use compiled-in initramfs)
Loading

0 comments on commit 3d7608e

Please sign in to comment.