File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ config RISCV_SOC_INTERRUPT_INIT
159
159
Enable SOC-based interrupt initialization
160
160
(call soc_interrupt_init, within _IntLibInit when enabled)
161
161
162
- config RISCV_SOC_MCAUSE_EXCEPTION_MASK
162
+ config RISCV_MCAUSE_EXCEPTION_MASK
163
163
hex
164
164
default 0x7FFFFFFFFFFFFFFF if 64BIT
165
165
default 0x7FFFFFFF
Original file line number Diff line number Diff line change 17
17
#define RISCV_MACHINE_EXT_IRQ 11 /* Machine External Interrupt */
18
18
19
19
/* Exception code Mask */
20
- #define SOC_MCAUSE_EXP_MASK CONFIG_RISCV_SOC_MCAUSE_EXCEPTION_MASK
20
+ #define SOC_MCAUSE_EXP_MASK CONFIG_RISCV_MCAUSE_EXCEPTION_MASK
21
21
22
22
#ifndef _ASMLANGUAGE
23
23
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
14
14
# The CPU frequency is set to the maximum value of 108MHz by default.
15
15
default 27000000
16
16
17
- config RISCV_SOC_MCAUSE_EXCEPTION_MASK
17
+ config RISCV_MCAUSE_EXCEPTION_MASK
18
18
default 0xFFF
19
19
20
20
config RISCV_SOC_INTERRUPT_INIT
You can’t perform that action at this time.
0 commit comments