Skip to content

Commit abefe91

Browse files
committed
modules: tf-m: fix misspelling of Kconfig option
^ Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 1c93034 commit abefe91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/trusted-firmware-m/tfm_boards/common/crypto_keys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static enum tfm_plat_err_t tfm_plat_get_huk(uint8_t *buf, size_t buf_len, size_t
4949

5050
return TFM_PLAT_ERR_SUCCESS;
5151
}
52-
#endif /* CONFIG_HW_UNQUE_KEY */
52+
#endif /* CONFIG_HW_UNIQUE_KEY */
5353

5454
#ifdef TFM_PARTITION_INITIAL_ATTESTATION
5555
static enum tfm_plat_err_t tfm_plat_get_iak(uint8_t *buf, size_t buf_len, size_t *key_len,

0 commit comments

Comments
 (0)