diff options
author | Simon Glass <sjg@chromium.org> | 2015-09-12 11:50:09 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-28 10:48:24 -0400 |
commit | b352182a0050574c4068b7b8baa9dde1eae2757a (patch) | |
tree | 811bed853b769f7306d72db58db921119fb5d02f /arch/arm/mach-kirkwood | |
parent | d7e8b2b98a0daad6bc2e91c2bc9f3414705b7f89 (diff) | |
download | u-boot-imx-b352182a0050574c4068b7b8baa9dde1eae2757a.zip u-boot-imx-b352182a0050574c4068b7b8baa9dde1eae2757a.tar.gz u-boot-imx-b352182a0050574c4068b7b8baa9dde1eae2757a.tar.bz2 |
arm: Remove wireless_space 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/mach-kirkwood')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index c053602..aab5d19 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig @@ -34,9 +34,6 @@ config TARGET_NET2BIG_V2 config TARGET_NETSPACE_V2 bool "LaCie netspace_v2 Board" -config TARGET_WIRELESS_SPACE - bool "LaCie Wireless_space Board" - config TARGET_IB62X0 bool "ib62x0 Board" @@ -64,7 +61,6 @@ source "board/iomega/iconnect/Kconfig" source "board/keymile/km_arm/Kconfig" source "board/LaCie/net2big_v2/Kconfig" source "board/LaCie/netspace_v2/Kconfig" -source "board/LaCie/wireless_space/Kconfig" source "board/raidsonic/ib62x0/Kconfig" source "board/Seagate/dockstar/Kconfig" source "board/Seagate/goflexhome/Kconfig" |