Commit 75121efa authored by Federico Vaga's avatar Federico Vaga

sw:tools: there is no need to reset the CPU, already done by driver

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 8587020d
......@@ -99,12 +99,7 @@ int main(int argc, char *argv[])
trtl_strerror(errno));
goto out;
}
err = trtl_cpu_reset_set(trtl, (rst & ~(1 << cpu_index)));
if (err) {
fprintf(stderr, "Cannot put CPU %d in reset state: %s\n",
cpu_index, trtl_strerror(errno));
goto out;
}
if (dump) {
/* Read the CPU application memory content to a given file */
err = trtl_cpu_dump_application_file(trtl, cpu_index, file);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment