reset cleanup. Remove obsolete events that are not needed for compatibility.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1053 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -162,9 +162,7 @@ const char *target_strerror_safe( int err )
|
||||
}
|
||||
|
||||
const Jim_Nvp nvp_target_event[] = {
|
||||
{ .value = TARGET_EVENT_OLD_pre_reset , .name = "old-pre_reset" },
|
||||
{ .value = TARGET_EVENT_OLD_gdb_program_config , .name = "old-gdb_program_config" },
|
||||
{ .value = TARGET_EVENT_OLD_post_reset , .name = "old-post_reset" },
|
||||
{ .value = TARGET_EVENT_OLD_pre_resume , .name = "old-pre_resume" },
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user