Skip to content

Commit

Permalink
Revert start.S changes, made another change to board_f.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jad13041 committed Jan 14, 2020
1 parent f63af60 commit a84b931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions arch/powerpc/cpu/mpc85xx/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down Expand Up @@ -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 )
Expand Down
2 changes: 1 addition & 1 deletion common/board_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a84b931

Please sign in to comment.