Support CoreMgmt over DRTIO on Zynq Devices #323
|
@ -563,7 +563,6 @@ mod remote_coremgmt {
|
||||||
linkno: u8,
|
linkno: u8,
|
||||||
destination: u8,
|
destination: u8,
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
info!("initited reboot request to satellite destination {}", destination);
|
|
||||||
let reply = drtio::aux_transact(
|
let reply = drtio::aux_transact(
|
||||||
aux_mutex,
|
aux_mutex,
|
||||||
linkno,
|
linkno,
|
||||||
|
|
Loading…
Reference in New Issue