configs: rk3568: add rsa key size
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I714c329f3def375ae4d25953bbe119071b7f16ba
This commit is contained in:
parent
bf39446f5d
commit
5c9deb91df
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue