diff options
Diffstat (limited to 'src/soc/intel/apollolake/uart_early.c')
-rw-r--r-- | src/soc/intel/apollolake/uart_early.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/uart_early.c b/src/soc/intel/apollolake/uart_early.c index 0e530609bd..173e8a126d 100644 --- a/src/soc/intel/apollolake/uart_early.c +++ b/src/soc/intel/apollolake/uart_early.c @@ -65,7 +65,7 @@ void lpss_console_uart_init(void) uintptr_t uart_platform_base(int idx) { - return (CONFIG_CONSOLE_UART_BASE_ADDRESS); + return CONFIG_CONSOLE_UART_BASE_ADDRESS; } static const struct pad_config uart_gpios[] = { |