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:
parent
1bd790bc4b
commit
439b9383ee
1 changed files with 1 additions and 0 deletions
|
@ -34,4 +34,5 @@ U_BOOT_DRIVER(psci_sysreset) = {
|
|||
.name = "psci-sysreset",
|
||||
.id = UCLASS_SYSRESET,
|
||||
.ops = &psci_sysreset_ops,
|
||||
.flags = DM_FLAG_PRE_RELOC,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue