summaryrefslogtreecommitdiff
path: root/board/scb9328/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-31 01:19:27 (GMT)
committerTom Rini <trini@konsulko.com>2015-09-11 19:00:03 (GMT)
commit7650beb7ca905729891984e117443544157448d0 (patch)
tree424d4376db562c8cfc7870ad13daa7ece98b33e9 /board/scb9328/Kconfig
parent47b87d2eedcdf7be821247e570128664709844d4 (diff)
downloadu-boot-fsl-qoriq-7650beb7ca905729891984e117443544157448d0.tar.xz
arm: Remove scb9328 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/scb9328/Kconfig')
-rw-r--r--board/scb9328/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/scb9328/Kconfig b/board/scb9328/Kconfig
deleted file mode 100644
index 68e99ea..0000000
--- a/board/scb9328/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_SCB9328
-
-config SYS_BOARD
- default "scb9328"
-
-config SYS_SOC
- default "imx"
-
-config SYS_CONFIG_NAME
- default "scb9328"
-
-endif