Message ID | 031fe3cb-ac2a-685a-d0a1-660ac131489a@web.de |
---|---|
State | New |
Headers | show |
Series | drivers: crypto: mod_exp_sw: Re-add DM_FLAG_PRE_RELOC | expand |
diff --git a/drivers/crypto/rsa_mod_exp/mod_exp_uclass.c b/drivers/crypto/rsa_mod_exp/mod_exp_uclass.c index e91fe64458..298b2e579b 100644 --- a/drivers/crypto/rsa_mod_exp/mod_exp_uclass.c +++ b/drivers/crypto/rsa_mod_exp/mod_exp_uclass.c @@ -40,4 +40,5 @@ int rsa_mod_exp(struct udevice *dev, const uint8_t *sig, uint32_t sig_len, UCLASS_DRIVER(mod_exp) = { .id = UCLASS_MOD_EXP, .name = "rsa_mod_exp", + .flags = DM_FLAG_PRE_RELOC, };