diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:28 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 15:00:22 -0400 |
commit | f73db66d6205438e499c725416c222642167c6d9 (patch) | |
tree | d080d7b453751a9d20ae58fe2f5599e09edc16ee /board/karo/tk71/Makefile | |
parent | 7650beb7ca905729891984e117443544157448d0 (diff) |
arm: Remove tk71 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/karo/tk71/Makefile')
-rw-r--r-- | board/karo/tk71/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/karo/tk71/Makefile b/board/karo/tk71/Makefile deleted file mode 100644 index 0e0df770f7..0000000000 --- a/board/karo/tk71/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2012 Marek Vasut <marex@denx.de> -# on behalf of DENX Software Engineering GmbH -# -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := tk71.o |