summaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.h
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2010-03-16 12:48:53 +0000
committerSpencer Oliver <ntfreak@users.sourceforge.net>2010-03-17 09:01:45 +0000
commit79ca05b106ef92915c4e9288cbf34d5db1cf4cd2 (patch)
treec2a64462af3ec19f11a7748c62c20700db23bf9e /src/target/mips_m4k.h
parent051e2c99ab8111f6bffdb412b40ceef333530ae6 (diff)
downloadopenocd+libswd-79ca05b106ef92915c4e9288cbf34d5db1cf4cd2.tar.gz
openocd+libswd-79ca05b106ef92915c4e9288cbf34d5db1cf4cd2.tar.bz2
openocd+libswd-79ca05b106ef92915c4e9288cbf34d5db1cf4cd2.tar.xz
openocd+libswd-79ca05b106ef92915c4e9288cbf34d5db1cf4cd2.zip
MIPS: remove ejtag_srst variant
The mips_m4k_assert_reset has now been restructured so the variant ejtag_srst is not required anymore. The ejtag software reset will be used if the target does not have srst connected. Remove ejtag_srst from docs. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'src/target/mips_m4k.h')
-rw-r--r--src/target/mips_m4k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/mips_m4k.h b/src/target/mips_m4k.h
index 4fe14a0d..9b330208 100644
--- a/src/target/mips_m4k.h
+++ b/src/target/mips_m4k.h
@@ -32,14 +32,14 @@ struct target;
struct mips_m4k_common
{
int common_magic;
- struct mips32_common mips32_common;
+ struct mips32_common mips32;
};
static inline struct mips_m4k_common *
target_to_m4k(struct target *target)
{
return container_of(target->arch_info,
- struct mips_m4k_common, mips32_common);
+ struct mips_m4k_common, mips32);
}
int mips_m4k_bulk_write_memory(struct target *target,