aboutsummaryrefslogtreecommitdiff
path: root/gdb/ocd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ocd.c')
-rw-r--r--gdb/ocd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ocd.c b/gdb/ocd.c
index ad575bc..b0463b2 100644
--- a/gdb/ocd.c
+++ b/gdb/ocd.c
@@ -158,7 +158,7 @@ ocd_start_remote (dummy)
SERIAL_SEND_BREAK (ocd_desc); /* Wake up the wiggler */
- speed = 0; /* 80; /* Divide clock by 4000 */
+ speed = 80; /* Divide clock by 4000 */
buf[0] = OCD_INIT;
buf[1] = speed >> 8;
@@ -1283,7 +1283,7 @@ ocd_load (args, from_tty)
not yet supported fully */
#ifndef BDM_BREAKPOINT
-#define BDM_BREAKPOINT 0x4a, 0xfa /* BGND insn on CPU32*/
+#define BDM_BREAKPOINT {0x0,0x0,0x0,0x0} /* For ppc 8xx */
#endif
/* BDM (at least on CPU32) uses a different breakpoint */