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 <jorge@foundries.io>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
  • Loading branch information
ldts authored and jforissier committed Feb 14, 2024
1 parent 9745293 commit d99b271
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 d99b271

Please sign in to comment.