mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user