Fix cut and paste error message.
Change-Id: I1ff28278c6fc1b6dda1be53ca4f8ec2dd841b117
This commit is contained in:
parent
ddb894edf6
commit
c10c570dca
|
@ -1388,7 +1388,7 @@ COMMAND_HANDLER(riscv_dmi_read)
|
||||||
command_print(CMD_CTX, "0x%" PRIx32, value);
|
command_print(CMD_CTX, "0x%" PRIx32, value);
|
||||||
return ERROR_OK;
|
return ERROR_OK;
|
||||||
} else {
|
} else {
|
||||||
LOG_ERROR("authdata_read is not implemented for this target.");
|
LOG_ERROR("dmi_read is not implemented for this target.");
|
||||||
return ERROR_FAIL;
|
return ERROR_FAIL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue