aboutsummaryrefslogtreecommitdiff
path: root/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c')
-rw-r--r--board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c b/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
index b69f1c8..65d0a75 100644
--- a/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
+++ b/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
@@ -65,10 +65,6 @@ void board_debug_uart_init(void)
#ifdef CONFIG_BOARD_EARLY_INIT_F
int board_early_init_f(void)
{
-#ifdef CONFIG_DEBUG_UART
- debug_uart_init();
-#endif
-
return 0;
}
#endif