diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:16 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:56:51 -0400 |
commit | 8dc372f93bd7d8f0ee87561d5c4b126697de85cc (patch) | |
tree | ab016c89c316f4dbddd82a5bb03ea65e5d9491e7 /arch/arm | |
parent | 0abdd9d01ac6ca58d8c5765bdaf4283949fdcd76 (diff) | |
download | u-boot-imx-8dc372f93bd7d8f0ee87561d5c4b126697de85cc.zip u-boot-imx-8dc372f93bd7d8f0ee87561d5c4b126697de85cc.tar.gz u-boot-imx-8dc372f93bd7d8f0ee87561d5c4b126697de85cc.tar.bz2 |
arm: Remove omap3_mvblx board
This board has not been converted to generic board by the deadline.
Remove it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/cpu/armv7/omap3/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/cpu/armv7/omap3/Kconfig b/arch/arm/cpu/armv7/omap3/Kconfig index 83cb7ff..b904098 100644 --- a/arch/arm/cpu/armv7/omap3/Kconfig +++ b/arch/arm/cpu/armv7/omap3/Kconfig @@ -93,9 +93,6 @@ config TARGET_OMAP3_LOGIC select DM_SERIAL select DM_GPIO -config TARGET_OMAP3_MVBLX - bool "OMAP3 MVBLX" - config TARGET_NOKIA_RX51 bool "Nokia RX51" @@ -143,7 +140,6 @@ source "board/8dtech/eco5pk/Kconfig" source "board/corscience/tricorder/Kconfig" source "board/htkw/mcx/Kconfig" source "board/logicpd/omap3som/Kconfig" -source "board/matrix_vision/mvblx/Kconfig" source "board/nokia/rx51/Kconfig" source "board/technexion/tao3530/Kconfig" source "board/technexion/twister/Kconfig" |