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