Move the SMCCC SYSINIT later in the boot so the psci driver has attached.
Sponsored by: DARPA, AFRL
This commit is contained in:
parent
95c4b3c735
commit
1d802c646c
@ -67,7 +67,7 @@ smccc_init(void *dummy)
|
||||
SMCCC_VERSION_MINOR(smccc_version));
|
||||
}
|
||||
}
|
||||
SYSINIT(smccc_start, SI_SUB_DRIVERS, SI_ORDER_ANY, smccc_init, NULL);
|
||||
SYSINIT(smccc_start, SI_SUB_CONFIGURE, SI_ORDER_ANY, smccc_init, NULL);
|
||||
|
||||
int32_t
|
||||
smccc_arch_features(uint32_t smccc_func_id)
|
||||
|
Loading…
Reference in New Issue
Block a user