mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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:
@@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user