From 6f8ad999c94ed80d98fe82522c0744f808c19d91 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Wed, 3 Aug 2022 17:23:46 -0300 Subject: [PATCH] base: optee-os-fio-se05x: drop CFG_PKCS11_TA_TOKEN_COUNT settings Let the default value for CFG_PKCS11_TA_TOKEN_COUNT as having multiple token slots can be useful for separating the purpose of each slot (e.g. having one dedicated for rootfs encryption). The only thing to be aware is that while they are technically separated slots, the keys are all stored under the same SE05X element. Signed-off-by: Ricardo Salveti --- meta-lmp-base/recipes-security/optee/optee-os-fio-se05x.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-lmp-base/recipes-security/optee/optee-os-fio-se05x.inc b/meta-lmp-base/recipes-security/optee/optee-os-fio-se05x.inc index bf812f9c2..e88e5ef3a 100644 --- a/meta-lmp-base/recipes-security/optee/optee-os-fio-se05x.inc +++ b/meta-lmp-base/recipes-security/optee/optee-os-fio-se05x.inc @@ -33,7 +33,6 @@ EXTRA_OEMAKE:append = " \ CFG_CORE_SE05X_OEFID=${SE05X_OEFID} \ CFG_CRYPTO_DRV_CIPHER=y \ CFG_CRYPTO_DRV_ACIPHER=y \ - CFG_PKCS11_TA_TOKEN_COUNT=1 \ CFG_NXP_SE05X_SCP03_DRV=y \ CFG_NXP_SE05X_APDU_DRV=y \ CFG_NXP_SE05X_RSA_DRV=y \