Skip to content

Commit

Permalink
drivers: se050: fix default configuration for the SE applet
Browse files Browse the repository at this point in the history
Invalid character was merged in the fixed commit.

Fixes: fb55903 ("drivers: se050: allow configuring the Secure Element applet")
Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>
Reviewed-by: Jerome Forissier <[email protected]>
  • Loading branch information
ldts committed Feb 13, 2024
1 parent a7400fc commit 3e77fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/drivers/crypto/se050/crypto.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e77fae

Please sign in to comment.