drivers: crypto: mod_exp_sw: Re-add DM_FLAG_PRE_RELOC
[oweals/u-boot.git] / drivers / crypto / rsa_mod_exp / mod_exp_sw.c
index 03b3d61403bde273d404d67403d3dd3ffc1559da..4ce85b322446ba9cef2c45395ea395e7421c2b36 100644 (file)
@@ -32,6 +32,7 @@ U_BOOT_DRIVER(mod_exp_sw) = {
        .name   = "mod_exp_sw",
        .id     = UCLASS_MOD_EXP,
        .ops    = &mod_exp_ops_sw,
+       .flags  = DM_FLAG_PRE_RELOC,
 };
 
 U_BOOT_DEVICE(mod_exp_sw) = {