summaryrefslogtreecommitdiff
path: root/board/esg/ima3-mx53/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-30 19:19:05 -0600
committerTom Rini <trini@konsulko.com>2015-09-11 14:11:53 -0400
commit3eb8f58d759fa243c09195acff6ff9d6f4e3636f (patch)
tree8fee44240fc9b0ddb8fac978d6385b4b88affbd3 /board/esg/ima3-mx53/Kconfig
parenta6f7f78744320639a6ddb797819f54e930a6ed23 (diff)
arm: Remove ima3-mx53 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/esg/ima3-mx53/Kconfig')
-rw-r--r--board/esg/ima3-mx53/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/board/esg/ima3-mx53/Kconfig b/board/esg/ima3-mx53/Kconfig
deleted file mode 100644
index d73238f9a90..00000000000
--- a/board/esg/ima3-mx53/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-if TARGET_IMA3_MX53
-
-config SYS_BOARD
- default "ima3-mx53"
-
-config SYS_VENDOR
- default "esg"
-
-config SYS_SOC
- default "mx5"
-
-config SYS_CONFIG_NAME
- default "ima3-mx53"
-
-endif