configs: rk3326: delete CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION
The CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION force to use the security
partition. But in routine situation, scan the storage device to find
whether RPMB exist. If not, then use the security partition. So in
conventional defconfig, delete CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION.
fixes: b9a7e756c4
(lib: optee_client: change the condition for eMMC devices)
Change-Id: I0d9028411a83a7bbe15060ecd06c0804b8a29c10
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
This commit is contained in:
parent
3f17292665
commit
6c720b9e02
|
|
@ -124,5 +124,4 @@ CONFIG_ERRNO_STR=y
|
|||
# CONFIG_EFI_LOADER is not set
|
||||
CONFIG_OPTEE_CLIENT=y
|
||||
CONFIG_OPTEE_V2=y
|
||||
CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION=y
|
||||
CONFIG_TEST_ROCKCHIP=y
|
||||
|
|
|
|||
|
|
@ -116,5 +116,4 @@ CONFIG_AVB_LIBAVB_USER=y
|
|||
CONFIG_RK_AVB_LIBAVB_USER=y
|
||||
CONFIG_OPTEE_CLIENT=y
|
||||
CONFIG_OPTEE_V2=y
|
||||
CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION=y
|
||||
CONFIG_TEST_ROCKCHIP=y
|
||||
|
|
|
|||
|
|
@ -133,5 +133,4 @@ CONFIG_AVB_LIBAVB_USER=y
|
|||
CONFIG_RK_AVB_LIBAVB_USER=y
|
||||
CONFIG_OPTEE_CLIENT=y
|
||||
CONFIG_OPTEE_V2=y
|
||||
CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION=y
|
||||
CONFIG_TEST_ROCKCHIP=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue