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:
Jason Zhu 2019-07-16 09:55:43 +08:00
parent 1477ee821b
commit 38b5f44a82
1 changed files with 0 additions and 1 deletions

View File

@ -136,4 +136,3 @@ CONFIG_RK_AVB_LIBAVB_USER=y
CONFIG_OPTEE_CLIENT=y CONFIG_OPTEE_CLIENT=y
CONFIG_OPTEE_V1=y CONFIG_OPTEE_V1=y
CONFIG_TEST_ROCKCHIP=y CONFIG_TEST_ROCKCHIP=y
CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION=y