diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:24 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:58:48 -0400 |
commit | 49d8899ba9c26335e4a12e01c18028fc5e40c796 (patch) | |
tree | 567e4d77c4fbeb6f1c0d5b497ed1e57f06fd3661 /board/pxa255_idp/Makefile | |
parent | 79d19734a9e2dbd3fc414512227a24f60cd3572a (diff) |
arm: Remove pxa255_idp, zipitz2 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 'board/pxa255_idp/Makefile')
-rw-r--r-- | board/pxa255_idp/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/pxa255_idp/Makefile b/board/pxa255_idp/Makefile deleted file mode 100644 index 59d696741d..0000000000 --- a/board/pxa255_idp/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := pxa_idp.o |