Skip to content

Commit 3be4129

Browse files
committed
sam: fix naming of SAM_RESPONSE_SECURE_FAULT_INTERRUPT
Rename SAM_RESPONSE_FAULT_INTERRUPT to SAM_RESPONSE_SECURE_FAULT_INTERRUPT. Change-Id: I499fa9054f600b1e153b72aaaaaef464b69c0f0d Signed-off-by: Amjad Ouled-Ameur <amjad.ouled-ameur@arm.com>
1 parent 2e3fd81 commit 3be4129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/ext/target/arm/drivers/sam/sam_drv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ enum sam_response_t {
5757
SAM_RESPONSE_WARM_RESET = 1UL << 1,
5858
SAM_RESPONSE_NMI = 1UL << 2,
5959
SAM_RESPONSE_CRITICAL_FAULT_INTERRUPT = 1UL << 3,
60-
SAM_RESPONSE_FAULT_INTERRUPT = 1UL << 4,
60+
SAM_RESPONSE_SECURE_FAULT_INTERRUPT = 1UL << 4,
6161
SAM_RESPONSE_ACTION_5 = 1UL << 5,
6262
SAM_RESPONSE_ACTION_6 = 1UL << 6,
6363
SAM_RESPONSE_ACTION_7 = 1UL << 7,

0 commit comments

Comments
 (0)