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

Commit 21bd6d37 authored by Jamie Iles's avatar Jamie Iles Committed by Russell King
Browse files

ARM: 6629/2: aaec2000: remove support for mach-aaec2000



mach-aaec2000 is no longer actively maintained and is only receiving
fixups to remain building with other kernel updates.

Cc: Bellido Nicolas <ml@acolin.be>
Signed-off-by: default avatarJamie Iles <jamie@jamieiles.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 82e6923e
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -212,15 +212,6 @@ choice
	prompt "ARM system type"
	default ARCH_VERSATILE

config ARCH_AAEC2000
	bool "Agilent AAEC-2000 based"
	select CPU_ARM920T
	select ARM_AMBA
	select HAVE_CLK
	select ARCH_USES_GETTIMEOFFSET
	help
	  This enables support for systems based on the Agilent AAEC-2000

config ARCH_INTEGRATOR
	bool "ARM Ltd. Integrator family"
	select ARM_AMBA
@@ -871,8 +862,6 @@ endchoice
# Kconfigs may be included either alphabetically (according to the
# plat- suffix) or along side the corresponding mach-* source.
#
source "arch/arm/mach-aaec2000/Kconfig"

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

source "arch/arm/mach-bcmring/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -126,7 +126,6 @@ endif

# Machine directory name.  This list is sorted alphanumerically
# by CONFIG_* macro name.
machine-$(CONFIG_ARCH_AAEC2000)		:= aaec2000
machine-$(CONFIG_ARCH_AT91)		:= at91
machine-$(CONFIG_ARCH_BCMRING)		:= bcmring
machine-$(CONFIG_ARCH_CLPS711X)		:= clps711x

arch/arm/mach-aaec2000/Kconfig

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
if ARCH_AAEC2000

menu "Agilent AAEC-2000 Implementations"

config MACH_AAED2000
	bool "Agilent AAED-2000 Development Platform"
	select CPU_ARM920T

endmenu

endif

arch/arm/mach-aaec2000/Makefile

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

# Common support (must be linked before board specific support)
obj-y += core.o

# Specific board support
obj-$(CONFIG_MACH_AAED2000) += aaed2000.o
+0 −1
Original line number Diff line number Diff line
	zreladdr-y := 0xf0008000
Loading