summaryrefslogtreecommitdiff
path: root/src/target/target.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-28 06:08:05 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-28 06:08:05 +0000
commite2b6de3d66bae70cb08fea17f5b66ee875dbb636 (patch)
tree394a2ae5c893c3a430de7bf229747541dbd85226 /src/target/target.h
parent9244c600b0922b33b6d2a699a8ce6e948c715d9e (diff)
downloadopenocd+libswd-e2b6de3d66bae70cb08fea17f5b66ee875dbb636.tar.gz
openocd+libswd-e2b6de3d66bae70cb08fea17f5b66ee875dbb636.tar.bz2
openocd+libswd-e2b6de3d66bae70cb08fea17f5b66ee875dbb636.tar.xz
openocd+libswd-e2b6de3d66bae70cb08fea17f5b66ee875dbb636.zip
retired reset run_and_init/halt
git-svn-id: svn://svn.berlios.de/openocd/trunk@877 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/target.h')
-rw-r--r--src/target/target.h3
1 files changed, 0 insertions, 3 deletions
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 */