forked from auracaster/openocd
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>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user