Skip to content

Commit a84edca

Browse files
committed
drivers: ele: enable getting HUK/RNG from ELE on imx95
Enable support of getting HUK and RNG from ELE on imx95 Signed-off-by: Sahil Malhotra <[email protected]>
1 parent e15c29a commit a84edca

File tree

1 file changed

+1
-1
lines changed
  • core/drivers/crypto/ele

1 file changed

+1
-1
lines changed

core/drivers/crypto/ele/ele.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ static TEE_Result imx_ele_sab_init(void)
383383

384384
driver_init(imx_ele_sab_init);
385385

386-
#if defined(CFG_MX93) || defined(CFG_MX91)
386+
#if defined(CFG_MX93) || defined(CFG_MX91) || defined(CFG_MX95)
387387
static TEE_Result imx_ele_derive_key(const uint8_t *ctx, size_t ctx_size,
388388
uint8_t *key, size_t key_size)
389389
{

0 commit comments

Comments
 (0)