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:
Peng Fan 2023-04-06 18:23:17 +08:00 committed by Tom Rini
parent 44cd761ad6
commit 1bd790bc4b

View file

@ -319,4 +319,5 @@ U_BOOT_DRIVER(psci) = {
#ifdef CONFIG_ARM_SMCCC_FEATURES
.plat_auto = sizeof(struct psci_plat_data),
#endif
.flags = DM_FLAG_PRE_RELOC,
};