Skip to content

Commit

Permalink
backup mode: add a little comment in main()
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
  • Loading branch information
noglitch committed Jul 13, 2017
1 parent 51a7a5c commit a766d3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.c
Expand Up @@ -62,11 +62,13 @@ int main(void)
#ifdef CONFIG_BACKUP_MODE
ret = backup_mode_resume();
if (ret) {
/* Backup+Self-Refresh mode detected... */
#ifdef CONFIG_REDIRECT_ALL_INTS_AIC
redirect_interrupts_to_nsaic();
#endif
slowclk_switch_osc32();

/* ...jump to Linux here */
return ret;
}
#endif
Expand Down

0 comments on commit a766d3e

Please sign in to comment.