From 769a09da7c6566db942138baae177bc95a1faa94 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 11 Aug 2022 09:42:36 -0400 Subject: [PATCH] arm/linux-yocto: remove optee num pages kernel config variable This kernel config variable has been removed from newer kernels (v5.19) and is logging a warning of: [INFO]: the following symbols were not found in the active configuration: - CONFIG_OPTEE_SHM_NUM_PRIV_PAGES Remove the entry, as it is no longer needed Signed-off-by: Jon Mason --- meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg b/meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg index 9a25cd5b..53c452d4 100644 --- a/meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg +++ b/meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg @@ -5,7 +5,6 @@ CONFIG_TEE=y # TEE drivers # CONFIG_OPTEE=y -CONFIG_OPTEE_SHM_NUM_PRIV_PAGES=1 # end of TEE drivers CONFIG_TCG_TPM=y