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 /board/davinci/da8xxevm/Kconfig | |
parent | 05e682d46799de7be0ed3200ae2543d47a35fe7b (diff) |
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 'board/davinci/da8xxevm/Kconfig')
-rw-r--r-- | board/davinci/da8xxevm/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/board/davinci/da8xxevm/Kconfig b/board/davinci/da8xxevm/Kconfig index 33bfcc3558..7d0de1d0fa 100644 --- a/board/davinci/da8xxevm/Kconfig +++ b/board/davinci/da8xxevm/Kconfig @@ -1,16 +1,3 @@ -if TARGET_DA830EVM - -config SYS_BOARD - default "da8xxevm" - -config SYS_VENDOR - default "davinci" - -config SYS_CONFIG_NAME - default "da830evm" - -endif - if TARGET_DA850EVM config SYS_BOARD |