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 /board/LaCie/wireless_space/Makefile | |
parent | d7e8b2b98a0daad6bc2e91c2bc9f3414705b7f89 (diff) |
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 'board/LaCie/wireless_space/Makefile')
-rw-r--r-- | board/LaCie/wireless_space/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/LaCie/wireless_space/Makefile b/board/LaCie/wireless_space/Makefile deleted file mode 100644 index 90a84f4892..0000000000 --- a/board/LaCie/wireless_space/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# Copyright (C) 2011 Simon Guinot <sguinot@lacie.com> -# -# Based on Kirkwood support: -# (C) Copyright 2009 -# Marvell Semiconductor <www.marvell.com> -# Written-by: Prafulla Wadaskar <prafulla@marvell.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := wireless_space.o ../common/common.o |