summaryrefslogtreecommitdiff
path: root/board/st-ericsson/u8500/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-30 19:18:58 -0600
committerTom Rini <trini@konsulko.com>2015-09-11 14:08:06 -0400
commit7495e41ba6420b6a5fd8928cded32d789d4c1639 (patch)
tree5002c45bec58ac47708fddc74bf8a08ee2fe0c57 /board/st-ericsson/u8500/Kconfig
parentaf7f884ba1e6a1afbf2a75247d1bcd262d4314b2 (diff)
arm: Remove snowball and u8500_href boards
These boards have not been converted to generic board by the deadline. Remove them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/st-ericsson/u8500/Kconfig')
-rw-r--r--board/st-ericsson/u8500/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/board/st-ericsson/u8500/Kconfig b/board/st-ericsson/u8500/Kconfig
deleted file mode 100644
index 909f30db4b..0000000000
--- a/board/st-ericsson/u8500/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-if TARGET_U8500_HREF
-
-config SYS_BOARD
- default "u8500"
-
-config SYS_VENDOR
- default "st-ericsson"
-
-config SYS_SOC
- default "u8500"
-
-config SYS_CONFIG_NAME
- default "u8500_href"
-
-endif