diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:13 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:56:03 -0400 |
commit | b6073fd2115ec3418cead26ce8acaf5cfb0e2f98 (patch) | |
tree | 46c8ba5cc86d60da9e35ccbeda07b606d9e63a1e /arch/arm | |
parent | 7cd768cf2c398a70d18ce4d4078586957ccf5e20 (diff) | |
download | blackbird-obmc-uboot-b6073fd2115ec3418cead26ce8acaf5cfb0e2f98.tar.gz blackbird-obmc-uboot-b6073fd2115ec3418cead26ce8acaf5cfb0e2f98.zip |
arm: Remove mx51_efikamx, mx51_efikasb boards
These boards 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/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 6365e8f900..4d85e36a67 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -493,10 +493,6 @@ config TARGET_MX53SMD bool "Support mx53smd" select CPU_V7 -config TARGET_MX51_EFIKAMX - bool "Support mx51_efikamx" - select CPU_V7 - config TARGET_VISION2 bool "Support vision2" select CPU_V7 @@ -801,7 +797,6 @@ source "board/freescale/mx53evk/Kconfig" source "board/freescale/mx53loco/Kconfig" source "board/freescale/mx53smd/Kconfig" source "board/freescale/vf610twr/Kconfig" -source "board/genesi/mx51_efikamx/Kconfig" source "board/gumstix/pepper/Kconfig" source "board/h2200/Kconfig" source "board/hale/tt01/Kconfig" |