configs: rk3128x: 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: Ieb9c9e49df3b18fa6a9b459469e8c9c0377192ac
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
This commit is contained in:
parent
1477ee821b
commit
38b5f44a82
|
|
@ -136,4 +136,3 @@ CONFIG_RK_AVB_LIBAVB_USER=y
|
|||
CONFIG_OPTEE_CLIENT=y
|
||||
CONFIG_OPTEE_V1=y
|
||||
CONFIG_TEST_ROCKCHIP=y
|
||||
CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue