Commit 192f8c43 authored by Federico Vaga's avatar Federico Vaga

wrtd:tools: remove useless code, already done in loader

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent 947a8ed4
......@@ -189,13 +189,6 @@ int main(int argc, char *argv[])
wrnc = wrtd_get_wrnc_dev(wrtd);
fprintf(stdout, "Reboot applications\n");
/* Enable TDC and FD CPUs */
err = wrnc_cpu_enable(wrnc, 0);
if (err)
exit(1);
err = wrnc_cpu_enable(wrnc, 1);
if (err)
exit(1);
/* Start running application on TDC and FD CPUs */
err = wrnc_cpu_start(wrnc, 0);
......
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