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 7425ccc30f..aa7b36e459 100644
--- a/chip/mec1322/system.c
+++ b/chip/mec1322/system.c
@@ -47,6 +47,9 @@ void system_pre_init(void)
/* Enable direct NVIC */
MEC1322_EC_INT_CTRL |= 1;
+ /* Disable ARM TRACE debug port */
+ MEC1322_EC_TRACE_EN &= ~1;
+
/* Deassert nSIO_RESET */
MEC1322_PCR_PWR_RST_CTL &= ~(1 << 0);