Browse Source

Merge "drivers/stm32_hash: register resources as secure or not" into integration

pull/1979/head
Madhukar Pappireddy 4 years ago
committed by TrustedFirmware Code Review
parent
commit
21e04cf2a0
  1. 2
      drivers/st/crypto/stm32_hash.c

2
drivers/st/crypto/stm32_hash.c

@ -300,7 +300,9 @@ int stm32_hash_register(void)
break;
}
#else
/* BL32 uses hash if it is assigned only to secure world */
if (hash_info.status == DT_SECURE) {
stm32mp_register_secure_periph_iomem(hash_info.base);
break;
}
#endif

Loading…
Cancel
Save