Core: Explicitly set fault priorities
Change-Id: I49c825b56739e69f52c33d4b47036ada62455417
Signed-off-by: Mate Toth-Pal <mate.toth-pal@arm.com>
diff --git a/platform/include/tfm_spm_hal.h b/platform/include/tfm_spm_hal.h
index 3ce0b29..b8e654b 100644
--- a/platform/include/tfm_spm_hal.h
+++ b/platform/include/tfm_spm_hal.h
@@ -101,7 +101,9 @@
void tfm_spm_hal_init_debug(void);
/**
- * \brief Enables the fault handlers
+ * \brief Enables the fault handlers and sets priorities.
+ *
+ * Secure fault (if present) must have the highest possible priority
*/
void enable_fault_handlers(void);