Commit 21e04cf2 authored by Madhukar Pappireddy's avatar Madhukar Pappireddy Committed by TrustedFirmware Code Review
Browse files

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

parents a2547996 3d0d0a1b
...@@ -300,7 +300,9 @@ int stm32_hash_register(void) ...@@ -300,7 +300,9 @@ int stm32_hash_register(void)
break; break;
} }
#else #else
/* BL32 uses hash if it is assigned only to secure world */
if (hash_info.status == DT_SECURE) { if (hash_info.status == DT_SECURE) {
stm32mp_register_secure_periph_iomem(hash_info.base);
break; break;
} }
#endif #endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment