From 61b26c92f8905f0c60571284cb264c2f7b450d31 Mon Sep 17 00:00:00 2001 From: aiamadeus <2789289348@qq.com> Date: Fri, 22 Nov 2024 20:02:03 +0800 Subject: [PATCH] uboot-rockchip: disable optee client Fixes: #13129 --- .../uboot-rk35xx/patches/100-disable-optee-build.patch | 8 ++++++++ package/boot/uboot-rockchip/Makefile | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package/boot/uboot-rk35xx/patches/100-disable-optee-build.patch b/package/boot/uboot-rk35xx/patches/100-disable-optee-build.patch index 79ad2676d..97a4c5e78 100644 --- a/package/boot/uboot-rk35xx/patches/100-disable-optee-build.patch +++ b/package/boot/uboot-rk35xx/patches/100-disable-optee-build.patch @@ -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 +++ b/configs/rk3576_defconfig @@ -224,6 +224,3 @@ CONFIG_AVB_LIBAVB_AB=y diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index b651fe0b2..213d47975 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -1,4 +1,3 @@ - # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information.