summaryrefslogtreecommitdiff
path: root/chip/g/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/uart.c')
-rw-r--r--chip/g/uart.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/chip/g/uart.c b/chip/g/uart.c
index d43c4d4fb1..dfea855105 100644
--- a/chip/g/uart.c
+++ b/chip/g/uart.c
@@ -137,9 +137,6 @@ void uart_init(void)
/* turn on uart clock */
clock_enable_module(MODULE_UART, 1);
- /* set up pinmux */
- gpio_config_module(MODULE_UART, 1);
-
/* set frequency */
GR_UART_NCO(0) = setting;