sysreset: psci: enable DM_FLAG_PRE_RELOC
It is possible that cpu core may reset before relocation with PSCI reset Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -34,4 +34,5 @@ U_BOOT_DRIVER(psci_sysreset) = {
|
||||
.name = "psci-sysreset",
|
||||
.id = UCLASS_SYSRESET,
|
||||
.ops = &psci_sysreset_ops,
|
||||
.flags = DM_FLAG_PRE_RELOC,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user