diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:10 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:53:50 -0400 |
commit | 9f840b8d56a98abc75d0a97449230e44f60b6e62 (patch) | |
tree | 8d069ef5e586d846e5c59184809ccb6445ab02bc /board/icpdas/lp8x4x/Makefile | |
parent | df0b116de160218426faa31fe6339f0e6678ae4f (diff) | |
download | u-boot-imx-9f840b8d56a98abc75d0a97449230e44f60b6e62.zip u-boot-imx-9f840b8d56a98abc75d0a97449230e44f60b6e62.tar.gz u-boot-imx-9f840b8d56a98abc75d0a97449230e44f60b6e62.tar.bz2 |
arm: Remove lp8x4x 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/icpdas/lp8x4x/Makefile')
-rw-r--r-- | board/icpdas/lp8x4x/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/icpdas/lp8x4x/Makefile b/board/icpdas/lp8x4x/Makefile deleted file mode 100644 index 88e0606..0000000 --- a/board/icpdas/lp8x4x/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# ICPDAS LP-8x4x Support -# -# Copyright (C) 2013 Sergey Yanovich <ynvich@gmail.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := lp8x4x.o |