Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/33986e2c318d5bf33aa43f53441d29c9dcd33a18 You should set ROOT_URL correctly, otherwise the web may not work correctly.

ARM64: zynqmp: Wire up PSCI reset

Using PSCI to reset the system.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
master
Michal Simek 9 years ago
parent a9022b017a
commit 33986e2c31
  1. 5
      board/xilinx/zynqmp/zynqmp.c

@ -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…
Cancel
Save