diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-05-17 11:17:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-28 13:58:06 -0400 |
commit | 899dd71e9f0cce69c3e975a12c32228ceb9251f3 (patch) | |
tree | cf1eed49c95f80cf6c103b9dc82cb1c07db93995 /board/teejet/mt_ventoux/Kconfig | |
parent | 8c2644ca692278abad232962842a1b8777bb7ade (diff) | |
download | u-boot-899dd71e9f0cce69c3e975a12c32228ceb9251f3.tar.gz |
mt_ventoux: remove board
This board still doesn't select CONFIG_DM and seems to be umaintained.
As it makes progress on modernizing several DaVinci drivers more
difficult and the maintainer has not expressed interest in updating
it, this patch proposes to remove it.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/teejet/mt_ventoux/Kconfig')
-rw-r--r-- | board/teejet/mt_ventoux/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/teejet/mt_ventoux/Kconfig b/board/teejet/mt_ventoux/Kconfig deleted file mode 100644 index fd7196a6f9..0000000000 --- a/board/teejet/mt_ventoux/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -if TARGET_MT_VENTOUX - -config SYS_BOARD - default "mt_ventoux" - -config SYS_VENDOR - default "teejet" - -config SYS_CONFIG_NAME - default "mt_ventoux" - -endif |