commit | cb082f0afa52ca4c710af0b501912d19a035070d | [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 | f011aa423c4ce5847aa53ddc21aaec1bfe0deb8a [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>