Duane Ellis: added missing invocation of reset-init
git-svn-id: svn://svn.berlios.de/openocd/trunk@1013 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
ebbd959aee
commit
aef29d913f
|
@ -271,7 +271,8 @@ proc ocd_process_reset { MODE } {
|
||||||
set err [catch "$t arp_waitstate halted 5000"]
|
set err [catch "$t arp_waitstate halted 5000"]
|
||||||
# Did it halt?
|
# Did it halt?
|
||||||
if { $err == 0 } {
|
if { $err == 0 } {
|
||||||
$t invoke-event old-post_reset
|
$t invoke-event old-post_reset
|
||||||
|
$t invoke-event reset-init
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue