X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fcompulab%2Fcm_t335%2Fcm_t335.c;fp=board%2Fcompulab%2Fcm_t335%2Fcm_t335.c;h=01019e8eb2fec00ef924c035bb2b70a8b9feb07c;hb=e8ac22be6a6a8544f43ae58d9ef33574a51b5971;hp=a3189628934d407f3ca8839fba384d4e67d91656;hpb=54e7445de9367cde53ff3daa391fddd87e699113;p=oweals%2Fu-boot.git 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; }