diff options
| author | Peng Fan <[email protected]> | 2023-04-06 18:23:17 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-25 15:31:28 -0400 |
| commit | 1bd790bc4bb025423ca2edac8f7694787d0a2a81 (patch) | |
| tree | 00d9f78cb6f06e46673ed41cc78b4e740e02431f /drivers | |
| parent | 44cd761ad665f38f87f064ed0df5c013ec5f88cb (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/firmware/psci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/psci.c b/drivers/firmware/psci.c index ef3e9836461..c6b9efab41c 100644 --- a/drivers/firmware/psci.c +++ b/drivers/firmware/psci.c @@ -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, }; |
