summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/rdd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/cr50/rdd.c b/board/cr50/rdd.c
index 947808ede0..a9ed843f78 100644
--- a/board/cr50/rdd.c
+++ b/board/cr50/rdd.c
@@ -115,10 +115,6 @@ void rdd_detached(void)
uartn_tx_disconnect(UART_EC);
uartn_tx_disconnect(UART_AP);
- /* Disable the AP and EC UART peripheral */
- uartn_disable(UART_AP);
- uartn_disable(UART_EC);
-
/* Done with case-closed debug mode */
gpio_set_level(GPIO_CCD_MODE_L, 1);