Skip to content

Commit

Permalink
commented out exception and watchdog resets
Browse files Browse the repository at this point in the history
  • Loading branch information
jad13041 committed Jan 14, 2020
1 parent d8710b4 commit 7d1e3e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/cpu/mpc85xx/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ void UnknownException(struct pt_regs *regs)

printf("Bad trap at PC: %lx, SR: %lx, vector=%lx\n",
regs->nip, regs->msr, regs->trap);
_exception(0, regs);
//_exception(0, regs);
}

void ExtIntException(struct pt_regs *regs)
Expand Down
2 changes: 1 addition & 1 deletion common/board_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ static init_fnc_t init_sequence_f[] = {
#ifdef CONFIG_POST
post_init_f,
#endif
INIT_FUNC_WATCHDOG_RESET
//INIT_FUNC_WATCHDOG_RESET
#if defined(CONFIG_SYS_DRAM_TEST)
//testdram,
#endif /* CONFIG_SYS_DRAM_TEST */
Expand Down

0 comments on commit 7d1e3e3

Please sign in to comment.