Skip to content

Commit

Permalink
cm_t3517: remove board
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
brgl authored and trini committed May 28, 2019
1 parent 3b88579 commit 8c2644c
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 789 deletions.
1 change: 0 additions & 1 deletion arch/arm/include/asm/mach-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -2716,7 +2716,6 @@
#define MACH_TYPE_VPNEXT_MPU 2747
#define MACH_TYPE_BCMRING_TABLET_V1 2748
#define MACH_TYPE_SGARM10 2749
#define MACH_TYPE_CM_T3517 2750
#define MACH_TYPE_OMAP3_CPS 2751
#define MACH_TYPE_AXAR1500_RECEIVER 2752
#define MACH_TYPE_WBD222 2753
Expand Down
7 changes: 0 additions & 7 deletions arch/arm/mach-omap2/omap3/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ config TARGET_CM_T35
select OMAP3_GPIO_5
select OMAP3_GPIO_6 if LED_STATUS

config TARGET_CM_T3517
bool "CompuLab CM-T3517 boards"
select OMAP3_GPIO_2
select OMAP3_GPIO_5
select OMAP3_GPIO_6 if LED_STATUS

config TARGET_DEVKIT8000
bool "TimLL OMAP3 Devkit8000"
select DM
Expand Down Expand Up @@ -198,7 +192,6 @@ source "board/logicpd/am3517evm/Kconfig"
source "board/teejet/mt_ventoux/Kconfig"
source "board/ti/beagle/Kconfig"
source "board/compulab/cm_t35/Kconfig"
source "board/compulab/cm_t3517/Kconfig"
source "board/timll/devkit8000/Kconfig"
source "board/ti/evm/Kconfig"
source "board/isee/igep00x0/Kconfig"
Expand Down
12 changes: 0 additions & 12 deletions board/compulab/cm_t3517/Kconfig

This file was deleted.

6 changes: 0 additions & 6 deletions board/compulab/cm_t3517/MAINTAINERS

This file was deleted.

7 changes: 0 additions & 7 deletions board/compulab/cm_t3517/Makefile

This file was deleted.

240 changes: 0 additions & 240 deletions board/compulab/cm_t3517/cm_t3517.c

This file was deleted.

Loading

0 comments on commit 8c2644c

Please sign in to comment.