diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-08-20 10:20:55 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-20 12:55:50 -0400 |
commit | 8d77576371381ade83de475bb639949b44941e8c (patch) | |
tree | 16ddb7a6991066597881224f748827c2c8d2785f /arch/arm | |
parent | a5d338b2f24d8e193bfa2b6ee33eb39cff0b4adf (diff) |
ARM: davinci: remove support for cam_enc_4xx
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Heiko Schocher <hs@denx.de>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index e6cb390d17..681270ddd2 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -18,10 +18,6 @@ config TARGET_DA850EVM bool "DA850 EVM board" select SUPPORT_SPL -config TARGET_CAM_ENC_4XX - bool "CAM ENC 4xx board" - select SUPPORT_SPL - config TARGET_OMAPL138_LCDK bool "OMAPL138 LCDK" select SUPPORT_SPL @@ -62,7 +58,6 @@ config SYS_SOC default "davinci" source "board/enbw/enbw_cmc/Kconfig" -source "board/ait/cam_enc_4xx/Kconfig" source "board/Barix/ipam390/Kconfig" source "board/davinci/da8xxevm/Kconfig" source "board/davinci/dm355evm/Kconfig" |