diff options
author | Bartosz Golaszewski | 2019-05-17 11:17:14 +0200 |
---|---|---|
committer | Tom Rini | 2019-05-28 13:58:06 -0400 |
commit | 7a2b51e36fdbec48f818107f495d8c91f6f5db25 (patch) | |
tree | 9d5509122e05a85882b943c8f3688941c8e7d0e8 /arch/arm/mach-davinci | |
parent | 881ae794b93b7bc56be1c43015845fac34d0f2c9 (diff) |
ea20: 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 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 6031a0c0c78..c2a5759f455 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -16,12 +16,6 @@ config TARGET_DA850EVM select SOC_DA850 select SUPPORT_SPL -config TARGET_EA20 - bool "EA20 board" - select BOARD_LATE_INIT - select MACH_DAVINCI_DA850_EVM - select SOC_DA850 - config TARGET_OMAPL138_LCDK bool "OMAPL138 LCDK" select SOC_DA8XX @@ -144,7 +138,6 @@ endif source "board/Barix/ipam390/Kconfig" source "board/davinci/da8xxevm/Kconfig" -source "board/davinci/ea20/Kconfig" source "board/lego/ev3/Kconfig" config SPL_LDSCRIPT |