summaryrefslogtreecommitdiff
path: root/chip/mec1322/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mec1322/system.c')
-rw-r--r--chip/mec1322/system.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/mec1322/system.c b/chip/mec1322/system.c
index f86f8e144f..09d3cd1b26 100644
--- a/chip/mec1322/system.c
+++ b/chip/mec1322/system.c
@@ -28,6 +28,9 @@ void system_pre_init(void)
{
/* Enable direct NVIC */
MEC1322_EC_INT_CTRL |= 1;
+
+ /* Deassert nSIO_RESET */
+ MEC1322_PCR_PWR_RST_CTL &= ~(1 << 0);
}
void system_reset(int flags)