aboutsummaryrefslogtreecommitdiff
path: root/board/davedenx/qong/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-30 19:19:25 -0600
committerTom Rini <trini@konsulko.com>2015-09-11 14:59:16 -0400
commitdaf770864d341324536411e4286610091bf04341 (patch)
tree24c5d354cbf49ef33a0755f6ca632c6f15455d22 /board/davedenx/qong/Kconfig
parent49d8899ba9c26335e4a12e01c18028fc5e40c796 (diff)
downloadu-boot-daf770864d341324536411e4286610091bf04341.zip
u-boot-daf770864d341324536411e4286610091bf04341.tar.gz
u-boot-daf770864d341324536411e4286610091bf04341.tar.bz2
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/Kconfig')
-rw-r--r--board/davedenx/qong/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/board/davedenx/qong/Kconfig b/board/davedenx/qong/Kconfig
deleted file mode 100644
index 76cf343..0000000
--- a/board/davedenx/qong/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-if TARGET_QONG
-
-config SYS_BOARD
- default "qong"
-
-config SYS_VENDOR
- default "davedenx"
-
-config SYS_SOC
- default "mx31"
-
-config SYS_CONFIG_NAME
- default "qong"
-
-endif