Skip to content

Commit

Permalink
ARM: plat-stmp: remove plat
Browse files Browse the repository at this point in the history
Now that both users of plat-stmp have been deleted in previous patches,
delete the platform, too.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Wolfram Sang authored and Russell King committed May 2, 2011
1 parent f295dc6 commit 041f10d
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 3,806 deletions.
12 changes: 0 additions & 12 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -378,16 +378,6 @@ config ARCH_MXS
help
Support for Freescale MXS-based family of processors

config ARCH_STMP3XXX
bool "Freescale STMP3xxx"
select CPU_ARM926T
select CLKDEV_LOOKUP
select ARCH_REQUIRE_GPIOLIB
select GENERIC_CLOCKEVENTS
select USB_ARCH_HAS_EHCI
help
Support for systems based on the Freescale 3xxx CPUs.

config ARCH_NETX
bool "Hilscher NetX based"
select CPU_ARM926T
Expand Down Expand Up @@ -1005,8 +995,6 @@ source "arch/arm/mach-exynos4/Kconfig"

source "arch/arm/mach-shmobile/Kconfig"

source "arch/arm/plat-stmp3xxx/Kconfig"

source "arch/arm/mach-tegra/Kconfig"

source "arch/arm/mach-u300/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ machine-$(CONFIG_MACH_SPEAR600) := spear6xx
plat-$(CONFIG_ARCH_MXC) := mxc
plat-$(CONFIG_ARCH_OMAP) := omap
plat-$(CONFIG_ARCH_S3C64XX) := samsung
plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx
plat-$(CONFIG_ARCH_TCC_926) := tcc
plat-$(CONFIG_PLAT_IOP) := iop
plat-$(CONFIG_PLAT_NOMADIK) := nomadik
Expand Down
7 changes: 0 additions & 7 deletions arch/arm/plat-stmp3xxx/Kconfig

This file was deleted.

5 changes: 0 additions & 5 deletions arch/arm/plat-stmp3xxx/Makefile

This file was deleted.

Loading

0 comments on commit 041f10d

Please sign in to comment.