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 /arch/arm | |
parent | 1363740e7948a8e4bee8d5adcdf0f63f7782879d (diff) | |
download | u-boot-imx-5ff33d040421395298334a6e76167417135bde24.zip u-boot-imx-5ff33d040421395298334a6e76167417135bde24.tar.gz u-boot-imx-5ff33d040421395298334a6e76167417135bde24.tar.bz2 |
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 'arch/arm')
-rw-r--r-- | arch/arm/cpu/armv7/omap3/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/cpu/armv7/omap3/Kconfig b/arch/arm/cpu/armv7/omap3/Kconfig index cda38e1..83cb7ff 100644 --- a/arch/arm/cpu/armv7/omap3/Kconfig +++ b/arch/arm/cpu/armv7/omap3/Kconfig @@ -79,9 +79,6 @@ config TARGET_ECO5PK bool "ECO5PK" select SUPPORT_SPL -config TARGET_DIG297 - bool "DIG297" - config TARGET_TRICORDER bool "Tricorder" select SUPPORT_SPL @@ -143,7 +140,6 @@ source "board/logicpd/zoom1/Kconfig" source "board/ti/am3517crane/Kconfig" source "board/pandora/Kconfig" source "board/8dtech/eco5pk/Kconfig" -source "board/comelit/dig297/Kconfig" source "board/corscience/tricorder/Kconfig" source "board/htkw/mcx/Kconfig" source "board/logicpd/omap3som/Kconfig" |