target: return JIM_OK instead of ERROR_OK
No change in actual binary as JIM_OK == ERROR_OK, but JIM_OK is correct here. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>__archive__
parent
fb71a0a0dd
commit
e5349bfb49
|
@ -623,7 +623,7 @@ static int jim_newtap_cmd(Jim_GetOptInfo *goi)
|
|||
if (pTap->ir_length != 0)
|
||||
{
|
||||
jtag_tap_init(pTap);
|
||||
return ERROR_OK;
|
||||
return JIM_OK;
|
||||
}
|
||||
|
||||
Jim_SetResult_sprintf(goi->interp,
|
||||
|
|
Loading…
Reference in New Issue