Forgot to commit this follow up to PR #79

This commit is contained in:
Tim Newsome 2017-07-12 17:51:38 -07:00
parent 46b91c9b0d
commit 2deb02695e
1 changed files with 3 additions and 0 deletions

View File

@ -938,6 +938,9 @@ static int init_target(struct command_context *cmd_ctx,
// Assume all these abstract commands are supported until we learn
// otherwise.
// TODO: The spec allows eg. one CSR to be able to be accessed abstractly
// while another one isn't. We don't track that this closely here, but in
// the future we probably should.
info->abstract_read_csr_supported = true;
info->abstract_write_csr_supported = true;
info->abstract_read_fpr_supported = true;