summaryrefslogtreecommitdiffstats
path: root/board/compulab/cm_t335/cm_t335.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/compulab/cm_t335/cm_t335.c')
-rw-r--r--board/compulab/cm_t335/cm_t335.c3
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 a318962893..01019e8eb2 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;
}
OpenPOWER on IntegriCloud