From e2b6de3d66bae70cb08fea17f5b66ee875dbb636 Mon Sep 17 00:00:00 2001 From: oharboe Date: Mon, 28 Jul 2008 06:08:05 +0000 Subject: retired reset run_and_init/halt git-svn-id: svn://svn.berlios.de/openocd/trunk@877 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/target.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/target/target.h') diff --git a/src/target/target.h b/src/target/target.h index 51a9dfc4..5d1e5773 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -62,8 +62,6 @@ enum target_reset_mode RESET_RUN = 0, /* reset and let target run */ RESET_HALT = 1, /* reset and halt target out of reset */ RESET_INIT = 2, /* reset and halt target out of reset, then run init script */ - RESET_RUN_AND_HALT = 3, /* reset and let target run, halt after n milliseconds */ - RESET_RUN_AND_INIT = 4, /* reset and let target run, halt after n milliseconds, then run init script */ }; enum target_debug_reason @@ -202,7 +200,6 @@ typedef struct target_s { target_type_t *type; /* target type definition (name, access functions) */ int reset_halt; /* attempt resetting the CPU into the halted mode? */ - int run_and_halt_time; /* how long the target should run after a run_and_halt reset */ u32 working_area; /* working area (initialized RAM). Evaluated upon first allocation from virtual/physical address. */ u32 working_area_virt; /* virtual address */ -- cgit v1.2.3