uboot-rockchip: disable optee client

Fixes: #13129
This commit is contained in:
aiamadeus 2024-11-22 20:02:03 +08:00
parent a87916d4c1
commit 61b26c92f8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,11 @@
--- a/configs/rk3528_defconfig
+++ b/configs/rk3528_defconfig
@@ -197,5 +197,3 @@ CONFIG_AVB_LIBAVB_AB=y
CONFIG_AVB_LIBAVB_ATX=y
CONFIG_AVB_LIBAVB_USER=y
CONFIG_RK_AVB_LIBAVB_USER=y
-CONFIG_OPTEE_CLIENT=y
-CONFIG_OPTEE_V2=y
--- a/configs/rk3576_defconfig --- a/configs/rk3576_defconfig
+++ b/configs/rk3576_defconfig +++ b/configs/rk3576_defconfig
@@ -224,6 +224,3 @@ CONFIG_AVB_LIBAVB_AB=y @@ -224,6 +224,3 @@ CONFIG_AVB_LIBAVB_AB=y

View File

@ -1,4 +1,3 @@
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.