]> git.sur5r.net Git - u-boot/blobdiff - drivers/crypto/fsl/fsl_rsa.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / crypto / fsl / fsl_rsa.c
index cf1c4c1d458ad05a01729c5868bc174986ebd8e9..c5c76e319fa800fba4d6d50fb4dae040ef336862 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2014 Freescale Semiconductor, Inc.
  * Author: Ruchika Gupta <ruchika.gupta@freescale.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <config.h>
@@ -53,6 +52,7 @@ U_BOOT_DRIVER(fsl_rsa_mod_exp) = {
        .name   = "fsl_rsa_mod_exp",
        .id     = UCLASS_MOD_EXP,
        .ops    = &fsl_mod_exp_ops,
+       .flags  = DM_FLAG_PRE_RELOC,
 };
 
 U_BOOT_DEVICE(fsl_rsa) = {