WIP: Support CoreMgmt over DRTIO on Zynq Devices #323
|
@ -1262,7 +1262,8 @@ fn process_aux_packet(
|
|||
drtioaux::send(0, &drtioaux::Packet::CoreMgmtReply { succeeded: true })?;
|
||||
info!("reboot imminent");
|
||||
slcr::reboot();
|
||||
Ok(())
|
||||
|
||||
unreachable!();
|
||||
}
|
||||
drtioaux::Packet::CoreMgmtAllocatorDebugRequest {
|
||||
destination: _destination,
|
||||
|
|
Loading…
Reference in New Issue