led init order (#2997)
This commit is contained in:
parent
7b44b5f5f3
commit
29808150e3
|
@ -298,6 +298,9 @@ void runRusEfiWithConfig() {
|
|||
return;
|
||||
}
|
||||
|
||||
// Start this early - it will start LED blinking and such
|
||||
startStatusThreads();
|
||||
|
||||
/**
|
||||
* Initialize hardware drivers
|
||||
*/
|
||||
|
@ -337,8 +340,6 @@ void runRusEfiWithConfig() {
|
|||
initTimePerfActions();
|
||||
#endif
|
||||
|
||||
startStatusThreads();
|
||||
|
||||
runSchedulingPrecisionTestIfNeeded();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue