configs: rk3568: add rsa key size

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I714c329f3def375ae4d25953bbe119071b7f16ba
This commit is contained in:
Jason Zhu 2020-12-23 22:30:48 +08:00
parent bf39446f5d
commit 5c9deb91df
1 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,9 @@ CONFIG_LIB_RAND=y
CONFIG_SPL_TINY_MEMSET=y
CONFIG_RSA=y
CONFIG_SPL_RSA=y
CONFIG_RSA_N_SIZE=0x200
CONFIG_RSA_E_SIZE=0x10
CONFIG_RSA_C_SIZE=0x20
CONFIG_SHA512=y
CONFIG_LZ4=y
CONFIG_SPL_GZIP=y