summaryrefslogtreecommitdiff
path: root/arch/arm/mach-nomadik/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-30 19:19:14 -0600
committerTom Rini <trini@konsulko.com>2015-09-11 14:56:04 -0400
commit0abdd9d01ac6ca58d8c5765bdaf4283949fdcd76 (patch)
tree8e49977d9307021bc755d3441eebca83d6f230b3 /arch/arm/mach-nomadik/Kconfig
parentb6073fd2115ec3418cead26ce8acaf5cfb0e2f98 (diff)
downloadu-boot-imx-0abdd9d01ac6ca58d8c5765bdaf4283949fdcd76.zip
u-boot-imx-0abdd9d01ac6ca58d8c5765bdaf4283949fdcd76.tar.gz
u-boot-imx-0abdd9d01ac6ca58d8c5765bdaf4283949fdcd76.tar.bz2
arm: Remove nhk8815 boards and nomadik arch
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 'arch/arm/mach-nomadik/Kconfig')
-rw-r--r--arch/arm/mach-nomadik/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-nomadik/Kconfig b/arch/arm/mach-nomadik/Kconfig
deleted file mode 100644
index ba72a41..0000000
--- a/arch/arm/mach-nomadik/Kconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-if ARCH_NOMADIK
-
-choice
- prompt "Nomadik board select"
- optional
-
-config NOMADIK_NHK8815
- bool "ST 8815 Nomadik Hardware Kit"
-
-endchoice
-
-config SYS_SOC
- default "nomadik"
-
-source "board/st/nhk8815/Kconfig"
-
-endif