diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:02 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:11:13 -0400 |
commit | 5522f12b3c5224b19e84a501936830830e00c1ce (patch) | |
tree | 010d4f45ea231ef7fffba86066e3b0f3197d79e1 /arch/arm | |
parent | 5ff33d040421395298334a6e76167417135bde24 (diff) | |
download | u-boot-imx-5522f12b3c5224b19e84a501936830830e00c1ce.zip u-boot-imx-5522f12b3c5224b19e84a501936830830e00c1ce.tar.gz u-boot-imx-5522f12b3c5224b19e84a501936830830e00c1ce.tar.bz2 |
arm: Remove eb_cpu9k2 and eb_cpu9k2_ram boards
These board have not been converted to generic board by the deadline.
Remove them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 01a8d45..de06416 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -8,10 +8,6 @@ config TARGET_AT91RM9200EK bool "Atmel AT91RM9200 evaluation kit" select CPU_ARM920T -config TARGET_EB_CPUX9K2 - bool "Support eb_cpux9k2" - select CPU_ARM920T - config TARGET_AT91SAM9260EK bool "Atmel at91sam9260 reference board" select CPU_ARM926EJS @@ -143,7 +139,6 @@ source "board/atmel/sama5d3_xplained/Kconfig" source "board/atmel/sama5d3xek/Kconfig" source "board/atmel/sama5d4_xplained/Kconfig" source "board/atmel/sama5d4ek/Kconfig" -source "board/BuS/eb_cpux9k2/Kconfig" source "board/bluewater/snapper9260/Kconfig" source "board/BuS/vl_ma2sc/Kconfig" source "board/calao/usb_a9263/Kconfig" |