mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
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
@ -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…
x
Reference in New Issue
Block a user