diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:31 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 16:05:03 -0400 |
commit | bee2b99d06014e8c461c2656984b11f97430d6c3 (patch) | |
tree | b7168988f01df57bd0eae49f161ebb951e13df34 /arch/arm | |
parent | b928e658f4f342d0834356ec7e37aef1b3e30829 (diff) | |
download | u-boot-imx-bee2b99d06014e8c461c2656984b11f97430d6c3.zip u-boot-imx-bee2b99d06014e8c461c2656984b11f97430d6c3.tar.gz u-boot-imx-bee2b99d06014e8c461c2656984b11f97430d6c3.tar.bz2 |
arm: Remove vision2 board
This board has not been converted to generic board by the deadline.
Remove it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3e650be..e892c54 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -473,10 +473,6 @@ config TARGET_MX53SMD bool "Support mx53smd" select CPU_V7 -config TARGET_VISION2 - bool "Support vision2" - select CPU_V7 - config OMAP34XX bool "OMAP34XX SoC" select CPU_V7 @@ -789,7 +785,6 @@ source "board/timll/devkit3250/Kconfig" source "board/toradex/colibri_pxa270/Kconfig" source "board/toradex/colibri_vf/Kconfig" source "board/technologic/ts4800/Kconfig" -source "board/ttcontrol/vision2/Kconfig" source "board/vpac270/Kconfig" source "board/vscom/baltos/Kconfig" source "board/woodburn/Kconfig" |