diff options
Diffstat (limited to 'arch/x86/cpu/baytrail/early_uart.c')
-rw-r--r-- | arch/x86/cpu/baytrail/early_uart.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/cpu/baytrail/early_uart.c b/arch/x86/cpu/baytrail/early_uart.c index 471d592b49..afab21f1dd 100644 --- a/arch/x86/cpu/baytrail/early_uart.c +++ b/arch/x86/cpu/baytrail/early_uart.c @@ -80,3 +80,8 @@ int setup_internal_uart(int enable) return 0; } + +void board_debug_uart_init(void) +{ + setup_internal_uart(1); +} |