Commit 6e2bb5b9 authored by Federico Vaga's avatar Federico Vaga

wrtd:rt: lock to white-rabbit

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 57c5e139
......@@ -688,6 +688,10 @@ main()
dp_writel( (0xdead << 16) | 0x3, 0x0);
delay(1000);
pp_printf("RT_FD locking WR");
/* Lock to white-rabbit */
dp_writel((1 << 1), 0xC);
pp_printf("RT_FD firmware initialized.");
......
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