From d4ee0d3ac94816774ff957ba9bdd3c4e8f2e66b7 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Wed, 5 Jun 2024 15:47:10 +0200 Subject: [PATCH] u-boot-radxa-rk3588/legacy: `nanopc_t6_defconfig`: disable OPTEE (for OOB working boot with from-factory blobs in eMMC) - makes it compatible with vendor out-of-box blobs (which include TEE) in the from-factory eMMC - Armbian itself doesn't ship TEE blobs - when combining from-factory eMMC blobs with an Armbian SD card, TEE blobs are in practice found by u-boot - but then proceeds to fail with `optee api revision is too low` - disable OPTEE in defconfig fixes it, TEE isn't used in any way by Armbian --- .../legacy/u-boot-radxa-rk3588/defconfig/nanopc_t6_defconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/patch/u-boot/legacy/u-boot-radxa-rk3588/defconfig/nanopc_t6_defconfig b/patch/u-boot/legacy/u-boot-radxa-rk3588/defconfig/nanopc_t6_defconfig index 5781395f1f..9dde4b386a 100644 --- a/patch/u-boot/legacy/u-boot-radxa-rk3588/defconfig/nanopc_t6_defconfig +++ b/patch/u-boot/legacy/u-boot-radxa-rk3588/defconfig/nanopc_t6_defconfig @@ -214,6 +214,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 -CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION=y