Merge pull request #66 from riscv/whitespace
Fix indentation to match OpenOCD style.gitignore-build
commit
91c3dcc197
|
@ -1157,8 +1157,7 @@ static int assert_reset(struct target *target)
|
|||
control = set_field(control, DMI_DMCONTROL_HALTREQ, 0);
|
||||
}
|
||||
|
||||
dmi_write(target, DMI_DMCONTROL,
|
||||
control);
|
||||
dmi_write(target, DMI_DMCONTROL, control);
|
||||
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
@ -1167,7 +1166,6 @@ static int deassert_reset(struct target *target)
|
|||
{
|
||||
RISCV_INFO(r);
|
||||
RISCV013_INFO(info);
|
||||
|
||||
select_dmi(target);
|
||||
|
||||
/*FIXME -- this only works for Single Hart*/
|
||||
|
|
Loading…
Reference in New Issue