diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:01 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:11:12 -0400 |
commit | 5ff33d040421395298334a6e76167417135bde24 (patch) | |
tree | 4d1efe690b8dd1c3db696547e4d05cd3ce5f0423 /configs/dig297_defconfig | |
parent | 1363740e7948a8e4bee8d5adcdf0f63f7782879d (diff) |
arm: Remove dig297 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/dig297_defconfig')
-rw-r--r-- | configs/dig297_defconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configs/dig297_defconfig b/configs/dig297_defconfig deleted file mode 100644 index 4c2c9828e5..0000000000 --- a/configs/dig297_defconfig +++ /dev/null @@ -1,10 +0,0 @@ -CONFIG_ARM=y -CONFIG_OMAP34XX=y -CONFIG_TARGET_DIG297=y -# CONFIG_CMD_IMI is not set -# 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_CMD_NFS is not set -CONFIG_SYS_PROMPT="DIG297# " |