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 /configs | |
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 'configs')
-rw-r--r-- | configs/da830evm_defconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/da830evm_defconfig b/configs/da830evm_defconfig deleted file mode 100644 index 3dda85779a..0000000000 --- a/configs/da830evm_defconfig +++ /dev/null @@ -1,9 +0,0 @@ -CONFIG_ARM=y -CONFIG_ARCH_DAVINCI=y -CONFIG_TARGET_DA830EVM=y -CONFIG_SYS_PROMPT="U-Boot > " -# CONFIG_CMD_IMLS is not set -# CONFIG_CMD_FLASH is not set -# CONFIG_CMD_FPGA is not set -# CONFIG_CMD_SETEXPR is not set -CONFIG_SPI_FLASH=y |