configs: rv1126: enable optee client v2
Enable otp verified-boot flag verify for U-Boot proper. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I64547de92cde34f71e14b418c4c2e64ae70fa676
This commit is contained in:
parent
e59905bf16
commit
d44b14ecc8
|
|
@ -141,3 +141,5 @@ CONFIG_SPL_RSA=y
|
||||||
CONFIG_SHA512=y
|
CONFIG_SHA512=y
|
||||||
CONFIG_ERRNO_STR=y
|
CONFIG_ERRNO_STR=y
|
||||||
# CONFIG_EFI_LOADER is not set
|
# CONFIG_EFI_LOADER is not set
|
||||||
|
CONFIG_OPTEE_CLIENT=y
|
||||||
|
CONFIG_OPTEE_V2=y
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue