From 3e77fae0c3a0f34492898f985666eb5ff33cc548 Mon Sep 17 00:00:00 2001 From: Jorge Ramirez-Ortiz Date: Tue, 13 Feb 2024 12:17:33 +0100 Subject: [PATCH] drivers: se050: fix default configuration for the SE applet Invalid character was merged in the fixed commit. Fixes: fb559031c25f ("drivers: se050: allow configuring the Secure Element applet") Signed-off-by: Jorge Ramirez-Ortiz Reviewed-by: Jerome Forissier --- core/drivers/crypto/se050/crypto.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/drivers/crypto/se050/crypto.mk b/core/drivers/crypto/se050/crypto.mk index 473cd82aab6..8c4adf06965 100644 --- a/core/drivers/crypto/se050/crypto.mk +++ b/core/drivers/crypto/se050/crypto.mk @@ -29,7 +29,7 @@ CFG_CORE_SE05X_INIT_NVM ?= n # confirmation from the SE that the NVM object has been removed. CFG_CORE_SE05X_BLOCK_OBJ_DEL_ON_ERROR ?= n # Select the SE05X applet version for aligning the built-in features -+CFG_CORE_SE05X_VER ?= 03_XX +CFG_CORE_SE05X_VER ?= 03_XX # I2C bus baudrate (depends on SoC) CFG_CORE_SE05X_BAUDRATE ?= 3400000