Skip to content

Commit

Permalink
ARM: mach-nuc93x: delete
Browse files Browse the repository at this point in the history
This architecture received only generic maintenance since December 2009
when it was originally submitted, and no actual additional support since
then.  It has no defconfig entry either, meaning that it was never built
by the ARM KAutobuild.  Incidentally it currently doesn't build either
when CONFIG_MACH_NUC932EVB is selected which is the only possible config
choice.

This is therefore dead code and should be removed.  If someone wants to
revive this code, it could be retrieved from the Git repository, and
ideally be merged in mach-w90x900/ instead.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Nicolas Pitre authored and Arnd Bergmann committed Sep 22, 2011
1 parent ddf2835 commit 4702abd
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 1,329 deletions.
10 changes: 0 additions & 10 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -586,14 +586,6 @@ config ARCH_W90X900
<http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/
ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller>

config ARCH_NUC93X
bool "Nuvoton NUC93X CPU"
select CPU_ARM926T
select CLKDEV_LOOKUP
help
Support for Nuvoton (Winbond logic dept.) NUC93X MCU,The NUC93X is a
low-power and high performance MPEG-4/JPEG multimedia controller chip.

config ARCH_TEGRA
bool "NVIDIA Tegra"
select CLKDEV_LOOKUP
Expand Down Expand Up @@ -979,8 +971,6 @@ source "arch/arm/mach-netx/Kconfig"
source "arch/arm/mach-nomadik/Kconfig"
source "arch/arm/plat-nomadik/Kconfig"

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

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

source "arch/arm/mach-omap1/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ machine-$(CONFIG_ARCH_VERSATILE) := versatile
machine-$(CONFIG_ARCH_VEXPRESS) := vexpress
machine-$(CONFIG_ARCH_VT8500) := vt8500
machine-$(CONFIG_ARCH_W90X900) := w90x900
machine-$(CONFIG_ARCH_NUC93X) := nuc93x
machine-$(CONFIG_FOOTBRIDGE) := footbridge
machine-$(CONFIG_MACH_SPEAR300) := spear3xx
machine-$(CONFIG_MACH_SPEAR310) := spear3xx
Expand Down
19 changes: 0 additions & 19 deletions arch/arm/mach-nuc93x/Kconfig

This file was deleted.

14 changes: 0 additions & 14 deletions arch/arm/mach-nuc93x/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions arch/arm/mach-nuc93x/Makefile.boot

This file was deleted.

83 changes: 0 additions & 83 deletions arch/arm/mach-nuc93x/clock.c

This file was deleted.

36 changes: 0 additions & 36 deletions arch/arm/mach-nuc93x/clock.h

This file was deleted.

135 changes: 0 additions & 135 deletions arch/arm/mach-nuc93x/cpu.c

This file was deleted.

48 changes: 0 additions & 48 deletions arch/arm/mach-nuc93x/cpu.h

This file was deleted.

Loading

0 comments on commit 4702abd

Please sign in to comment.