firmware: 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
44cd761ad6
commit
1bd790bc4b
1 changed files with 1 additions and 0 deletions
|
@ -319,4 +319,5 @@ U_BOOT_DRIVER(psci) = {
|
||||||
#ifdef CONFIG_ARM_SMCCC_FEATURES
|
#ifdef CONFIG_ARM_SMCCC_FEATURES
|
||||||
.plat_auto = sizeof(struct psci_plat_data),
|
.plat_auto = sizeof(struct psci_plat_data),
|
||||||
#endif
|
#endif
|
||||||
|
.flags = DM_FLAG_PRE_RELOC,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue