diff options
author | Simon Glass <sjg@chromium.org> | 2015-09-12 11:50:08 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-28 10:48:23 -0400 |
commit | d7e8b2b98a0daad6bc2e91c2bc9f3414705b7f89 (patch) | |
tree | c8e4bed8ee1cc9477d8bbeda561ebb44a62f6d62 /arch/arm/mach-davinci | |
parent | 05e682d46799de7be0ed3200ae2543d47a35fe7b (diff) | |
download | u-boot-d7e8b2b98a0daad6bc2e91c2bc9f3414705b7f89.tar.gz |
arm: Remove da830evm 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 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 8079fabd6f..a8d3e2f230 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -8,9 +8,6 @@ config TARGET_IPAM390 bool "IPAM390 board" select SUPPORT_SPL -config TARGET_DA830EVM - bool "DA830 EVM board" - config TARGET_DA850EVM bool "DA850 EVM board" select SUPPORT_SPL |