Skip to content

Commit

Permalink
Don't do the core 2/3 poweroff if they are not on.
Browse files Browse the repository at this point in the history
  • Loading branch information
profi200 committed Jan 6, 2018
1 parent 631ed79 commit 3de47de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/arm11/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ void WEAK systemInit(void)
}

__cpsie(i); // Enables interrupts
#ifdef CORE123_INIT
CPU_poweroffCore23();
#endif
}

0 comments on commit 3de47de

Please sign in to comment.