diff --git a/arch/powerpc/cpu/mpc85xx/traps.c b/arch/powerpc/cpu/mpc85xx/traps.c index 19bcba4..bb3118e 100644 --- a/arch/powerpc/cpu/mpc85xx/traps.c +++ b/arch/powerpc/cpu/mpc85xx/traps.c @@ -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) diff --git a/common/board_f.c b/common/board_f.c index 53b8359..2f23068 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -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 */