Fix indentation to match OpenOCD style.
This change is just in the whitespace. There are no code changes. See http://openocd.org/doc-release/doxygen/stylec.html
This commit is contained in:
parent
363a0a2bf2
commit
ac2da40f74
|
@ -1157,8 +1157,7 @@ static int assert_reset(struct target *target)
|
||||||
control = set_field(control, DMI_DMCONTROL_HALTREQ, 0);
|
control = set_field(control, DMI_DMCONTROL_HALTREQ, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
dmi_write(target, DMI_DMCONTROL,
|
dmi_write(target, DMI_DMCONTROL, control);
|
||||||
control);
|
|
||||||
|
|
||||||
return ERROR_OK;
|
return ERROR_OK;
|
||||||
}
|
}
|
||||||
|
@ -1167,7 +1166,6 @@ static int deassert_reset(struct target *target)
|
||||||
{
|
{
|
||||||
RISCV_INFO(r);
|
RISCV_INFO(r);
|
||||||
RISCV013_INFO(info);
|
RISCV013_INFO(info);
|
||||||
|
|
||||||
select_dmi(target);
|
select_dmi(target);
|
||||||
|
|
||||||
/*FIXME -- this only works for Single Hart*/
|
/*FIXME -- this only works for Single Hart*/
|
||||||
|
|
Loading…
Reference in New Issue