crypto: rockchip: v2: rk1808 is not support SHA512

Change-Id: Ic910d5e87657c80d454c4d8b6dc575ece2867f3e
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
Lin Jinhan 2019-12-02 17:10:30 +08:00 committed by Joseph Chen
parent 8609b717aa
commit c0e47d038c
1 changed files with 2 additions and 0 deletions

View File

@ -479,7 +479,9 @@ static u32 rockchip_crypto_capability(struct udevice *dev)
return CRYPTO_MD5 |
CRYPTO_SHA1 |
CRYPTO_SHA256 |
#if !defined(CONFIG_ROCKCHIP_RK1808)
CRYPTO_SHA512 |
#endif
CRYPTO_RSA512 |
CRYPTO_RSA1024 |
CRYPTO_RSA2048 |