Skip to content

Commit

Permalink
Merge pull request #4 from kendryte/dev
Browse files Browse the repository at this point in the history
[Update] log
  • Loading branch information
Alinshans authored Jan 10, 2019
2 parents 2df71be + c56ab13 commit f4d3ecf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/target/riscv/riscv-011.c
Original file line number Diff line number Diff line change
Expand Up @@ -1713,12 +1713,7 @@ static int examine(struct target *target)
if (result != ERROR_OK)
return result;

LOG_INFO("Examined RISCV core:");
LOG_INFO(" Target name: Kendryte");
LOG_INFO(" Target core count: %d", r->hart_count);
LOG_INFO(" Target trigger count: %d", r->trigger_count[0]);
LOG_INFO(" Target xlen: %d", r->xlen[0]);
LOG_INFO(" Target misa: 0x%" PRIx64, r->misa);
LOG_INFO("Examined RISCV core; found %d harts", r->hart_count);

return ERROR_OK;
}
Expand Down

0 comments on commit f4d3ecf

Please sign in to comment.