diff options
Diffstat (limited to 'board/compulab/cm_t335/cm_t335.c')
| -rw-r--r-- | board/compulab/cm_t335/cm_t335.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/board/compulab/cm_t335/cm_t335.c b/board/compulab/cm_t335/cm_t335.c index a31896289..01019e8eb 100644 --- a/board/compulab/cm_t335/cm_t335.c +++ b/board/compulab/cm_t335/cm_t335.c @@ -31,6 +31,9 @@ int board_init(void)  	gpmc_init(); +#if defined(CONFIG_STATUS_LED) && defined(STATUS_LED_BOOT) +	status_led_set(STATUS_LED_BOOT, STATUS_LED_OFF); +#endif  	return 0;  } |