mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-26 22:01:10 +00:00
ARM64: zynqmp: Wire up PSCI reset
Using PSCI to reset the system. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
a9022b017a
commit
33986e2c31
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user