boot: implement CheckClock

This commit is contained in:
Michael Scire 2019-05-02 18:10:07 -07:00
parent 520b5f6c59
commit 4ea6ce3156
4 changed files with 65 additions and 4 deletions

View file

@ -116,7 +116,8 @@ int main(int argc, char **argv)
/* Setup GPIO. */
Boot::SetInitialGpioConfiguration();
/* TODO: CheckClock(); */
/* Check USB PLL/UTMIP clock. */
Boot::CheckClock();
/* TODO: DetectBootReason(); */