diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:18:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:06:45 -0400 |
commit | af7f884ba1e6a1afbf2a75247d1bcd262d4314b2 (patch) | |
tree | 8c6d997b89e7c167c534c40c56f97e12b7f10a0b /arch/arm/mach-at91/Kconfig | |
parent | 679d4456e97bfe96a45e8ec36758b579ba9a46c3 (diff) | |
download | u-boot-imx-af7f884ba1e6a1afbf2a75247d1bcd262d4314b2.zip u-boot-imx-af7f884ba1e6a1afbf2a75247d1bcd262d4314b2.tar.gz u-boot-imx-af7f884ba1e6a1afbf2a75247d1bcd262d4314b2.tar.bz2 |
arm: Remove eukrea boards
These boards have not been converted to generic board by the deadline.
Remove all cpu9260 and cpuat91 boards.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index f9f148d..01a8d45 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -12,10 +12,6 @@ config TARGET_EB_CPUX9K2 bool "Support eb_cpux9k2" select CPU_ARM920T -config TARGET_CPUAT91 - bool "Support cpuat91" - select CPU_ARM920T - config TARGET_AT91SAM9260EK bool "Atmel at91sam9260 reference board" select CPU_ARM926EJS @@ -115,10 +111,6 @@ config TARGET_OTC570 bool "Support otc570" select CPU_ARM926EJS -config TARGET_CPU9260 - bool "Support cpu9260" - select CPU_ARM926EJS - config TARGET_CORVUS bool "Support corvus" select CPU_ARM926EJS @@ -152,14 +144,12 @@ source "board/atmel/sama5d3xek/Kconfig" source "board/atmel/sama5d4_xplained/Kconfig" source "board/atmel/sama5d4ek/Kconfig" source "board/BuS/eb_cpux9k2/Kconfig" -source "board/eukrea/cpuat91/Kconfig" source "board/bluewater/snapper9260/Kconfig" source "board/BuS/vl_ma2sc/Kconfig" source "board/calao/usb_a9263/Kconfig" source "board/egnite/ethernut5/Kconfig" source "board/esd/meesc/Kconfig" source "board/esd/otc570/Kconfig" -source "board/eukrea/cpu9260/Kconfig" source "board/mini-box/picosam9g45/Kconfig" source "board/ronetix/pm9261/Kconfig" source "board/ronetix/pm9263/Kconfig" |