Message ID | 20200422142834.v2.3.I5954842931a3f46d943b91004a060d6fb5072109@changeid |
---|---|
State | Superseded |
Headers | show |
Series | stm32mp1: several board and arch updates | expand |
diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c index 45068b1cd9..d85a57cee2 100644 --- a/board/st/stm32mp1/stm32mp1.c +++ b/board/st/stm32mp1/stm32mp1.c @@ -316,6 +316,7 @@ static void __maybe_unused led_error_blink(u32 nb_blink) mdelay(125); WATCHDOG_RESET(); } + led_set_state(led, LEDST_ON); } #endif