Skip to content
Snippets Groups Projects
Commit 33986e2c authored by Michal Simek's avatar Michal Simek
Browse files

ARM64: zynqmp: Wire up PSCI reset


Using PSCI to reset the system.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent a9022b01
No related branches found
No related tags found
No related merge requests found
......@@ -307,3 +307,8 @@ int board_usb_cleanup(int index, enum usb_init_type init)
return 0;
}
#endif
void reset_misc(void)
{
psci_system_reset(true);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment