Skip to content
Commit a994dc5a authored by Marcin Szymczyk's avatar Marcin Szymczyk Committed by Fabio Baltieri
Browse files

soc: nordic: vpr: remove enabling `MSTATUS.MIE` in boot time



Interrupts should not be enabled this early in boot time.
Driver initializations expect IRQs not to arrive when
setting up HW.
Remove enabling `MSTATUS.MIE` in `__start`.
It will be enabled when main thread is switched to,
as threads by default start with enabled `MSTATUS.MIE`.

Signed-off-by: default avatarMarcin Szymczyk <marcin.szymczyk@nordicsemi.no>
parent d248b7bf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment