提交 be0d0969 编写于 作者: A Andre Przywara 提交者: Tom Rini

arm: juno: Use PSCI based reset

So far the Juno board wasn't implementing reset. Let's just use the
already existing PSCI_RESET based method to avoid any extra code.
Signed-off-by: NAndre Przywara <andre.przywara@arm.com>
Acked-by: NLiviu Dudau <liviu.dudau@arm.com>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 b3270e91
......@@ -1167,6 +1167,8 @@ config TARGET_VEXPRESS64_JUNO
select OF_BOARD
select CLK
select DM_SERIAL
select ARM_PSCI_FW
select PSCI_RESET
config TARGET_LS2080A_EMU
bool "Support ls2080a_emu"
......
......@@ -139,9 +139,7 @@ void *board_fdt_blob_setup(void)
}
#endif
/*
* Board specific reset that is system reset.
*/
/* Actual reset is done via PSCI. */
void reset_cpu(ulong addr)
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册