verified-boot: Minimal support for booting U-Boot proper from SPL
[platform/kernel/u-boot.git] / drivers / crypto / rsa_mod_exp / mod_exp_sw.c
index dc6c064..3817fb3 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) = {