commit | 17e11740857163d2b4574e5da995732350885812 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Apr 15 18:31:53 2020 +0000 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Apr 16 08:12:32 2020 +0200 |
tree | 22df13ab7c10da6c45cf5ffce349f3ae1914629f | |
parent | 540faca8a1d98997d09cdb3ee964a57a9cf9c5c4 [diff] |
drivers: crypto: rsa_mod_exp: avoid DM_FLAG_PRE_RELOC Function rsa_verify_key() is not called before relocation. So there is no need to load the UCLASS_MOD_EXP drivers before relocation. This avoid a failure to boot for pine64-lts_defconfig with CONFIG_RSA=y. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>