summaryrefslogtreecommitdiffstats
path: root/board/nvidia/seaboard/seaboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/nvidia/seaboard/seaboard.c')
-rw-r--r--board/nvidia/seaboard/seaboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nvidia/seaboard/seaboard.c b/board/nvidia/seaboard/seaboard.c
index ce2db40f9e..6a243f0aea 100644
--- a/board/nvidia/seaboard/seaboard.c
+++ b/board/nvidia/seaboard/seaboard.c
@@ -22,7 +22,7 @@ void gpio_early_init_uart(void)
#ifndef CONFIG_SPL_BUILD
gpio_request(GPIO_PI3, NULL);
#endif
- gpio_direction_output(GPIO_PI3, 0);
+ tegra_spl_gpio_direction_output(GPIO_PI3, 0);
}
#endif
OpenPOWER on IntegriCloud