From 950c3f700ce2443969b9e10d3fe0ed0e80328dcc Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 23 Nov 2016 06:01:31 -0700 Subject: arm: Remove VCMA9 board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This board has not been converted to DM_SERIAL by the deadline. Remove it. Signed-off-by: Simon Glass Acked-by: David Müller Reviewed-by: Jagan Teki --- arch/arm/Kconfig | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/arm') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9c93129..cead040 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -148,10 +148,6 @@ config TARGET_EDB93XX bool "Support edb93xx" select CPU_ARM920T -config TARGET_VCMA9 - bool "Support VCMA9" - select CPU_ARM920T - config TARGET_ASPENITE bool "Support aspenite" select CPU_ARM926EJS @@ -998,7 +994,6 @@ source "board/h2200/Kconfig" source "board/hisilicon/hikey/Kconfig" source "board/imx31_phycore/Kconfig" source "board/isee/igep0033/Kconfig" -source "board/mpl/vcma9/Kconfig" source "board/olimex/mx23_olinuxino/Kconfig" source "board/phytec/pcm051/Kconfig" source "board/phytec/pcm052/Kconfig" -- cgit v1.1