diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:25 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:59:16 -0400 |
commit | daf770864d341324536411e4286610091bf04341 (patch) | |
tree | 24c5d354cbf49ef33a0755f6ca632c6f15455d22 /board/davedenx/qong/Makefile | |
parent | 49d8899ba9c26335e4a12e01c18028fc5e40c796 (diff) | |
download | talos-obmc-uboot-daf770864d341324536411e4286610091bf04341.tar.gz talos-obmc-uboot-daf770864d341324536411e4286610091bf04341.zip |
arm: Remove qong 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/davedenx/qong/Makefile')
-rw-r--r-- | board/davedenx/qong/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/board/davedenx/qong/Makefile b/board/davedenx/qong/Makefile deleted file mode 100644 index 48c443d760..0000000000 --- a/board/davedenx/qong/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# -# (C) Copyright 2009 -# Ilya Yanok, Emcraft Systems Ltd, <yanok@emcraft.com> -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := qong.o fpga.o -obj-y += lowlevel_init.o |