summaryrefslogtreecommitdiff
path: root/chip/g/uartn.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/uartn.c')
-rw-r--r--chip/g/uartn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/g/uartn.c b/chip/g/uartn.c
index 304fd145f1..dc95f1fbf0 100644
--- a/chip/g/uartn.c
+++ b/chip/g/uartn.c
@@ -118,6 +118,7 @@ void uartn_enable(int uart)
/* Enable UART TX */
GR_UART_CTRL(uart) = 0x01;
+/* TODO(crosbug.com/p/56540): Remove this when UART0_RX works everywhere */
#ifdef GC_UART0_RX_DISABLE
if (!uart)
return;