diff options
author | Simon Glass | 2015-08-30 19:19:21 -0600 |
---|---|---|
committer | Tom Rini | 2015-09-11 14:57:41 -0400 |
commit | 8896325d733ce4ac9ae5fab1594f3ef7ebba49d6 (patch) | |
tree | 5b3f19f99a11863448854323be5f678fd5864a9a /board/palmtc/Makefile | |
parent | 35782e9cca145603d58aa73c7ab1c1548e409367 (diff) |
arm: Remove palmtc 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/palmtc/Makefile')
-rw-r--r-- | board/palmtc/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/palmtc/Makefile b/board/palmtc/Makefile deleted file mode 100644 index b4a682d24d9..00000000000 --- a/board/palmtc/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# Palm Tungsten|C Support -# -# Copyright (C) 2009-2010 Marek Vasut <marek.vasut@gmail.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := palmtc.o |