Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4702abd3 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Arnd Bergmann
Browse files

ARM: mach-nuc93x: delete



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: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
Cc: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent ddf28352
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -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

arch/arm/mach-nuc93x/Kconfig

deleted100644 → 0
+0 −19
Original line number Diff line number Diff line
if ARCH_NUC93X

config CPU_NUC932
	bool
	help
	  Support for NUC932 of Nuvoton NUC93X CPUs.

menu "NUC932 Machines"

config MACH_NUC932EVB
	bool "Nuvoton NUC932 Evaluation Board"
	default y
	select CPU_NUC932
	help
	   Say Y here if you are using the Nuvoton NUC932EVB

endmenu

endif

arch/arm/mach-nuc93x/Makefile

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
#
# Makefile for the linux kernel.
#

# Object file lists.

obj-y				:= irq.o time.o dev.o cpu.o clock.o
# NUC932 CPU support files

obj-$(CONFIG_CPU_NUC932)	+= nuc932.o

# machine support

obj-$(CONFIG_MACH_NUC932EVB)	+= mach-nuc932evb.o
+0 −3
Original line number Diff line number Diff line
zreladdr-y	:= 0x00008000
params_phys-y	:= 0x00000100
Loading