diff --git a/arch/powerpc/cpu/mpc85xx/start.S b/arch/powerpc/cpu/mpc85xx/start.S index 769aa6e..ca29005 100644 --- a/arch/powerpc/cpu/mpc85xx/start.S +++ b/arch/powerpc/cpu/mpc85xx/start.S @@ -1247,11 +1247,9 @@ _start_of_vectors: MCK_EXCEPTION(0x200, MachineCheck, MachineCheckException) /* Data Storage exception. */ - printf("data\n"); STD_EXCEPTION(0x0300, DataStorage, UnknownException) /* Instruction Storage exception. */ - printf("inst\n"); STD_EXCEPTION(0x0400, InstStorage, UnknownException) /* External Interrupt exception. */ @@ -1280,14 +1278,10 @@ ProgramCheck: STD_EXCEPTION(0x0800, FPUnavailable, UnknownException) STD_EXCEPTION(0x0900, SystemCall, UnknownException) STD_EXCEPTION(0x0a00, Decrementer, timer_interrupt) - printf("interval\n"); - STD_EXCEPTION(0x0b00, IntervalTimer, UnknownException) - printf("watchdog\n"); + STD_EXCEPTION(0x0b00, IntervalTimer, UnknownException)zzzz STD_EXCEPTION(0x0c00, WatchdogTimer, UnknownException) - - printf("dataTLB\n"); + STD_EXCEPTION(0x0d00, DataTLBError, UnknownException) - printf("tlbe\n"); STD_EXCEPTION(0x0e00, InstructionTLBError, UnknownException) CRIT_EXCEPTION(0x0f00, DebugBreakpoint, DebugException ) diff --git a/common/board_f.c b/common/board_f.c index aba89c1..53b8359 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -953,7 +953,7 @@ static init_fnc_t init_sequence_f[] = { #endif INIT_FUNC_WATCHDOG_RESET #if defined(CONFIG_SYS_DRAM_TEST) - testdram, + //testdram, #endif /* CONFIG_SYS_DRAM_TEST */ INIT_FUNC_WATCHDOG_RESET