aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/uart_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/skylake/uart_debug.c')
-rw-r--r--src/soc/intel/skylake/uart_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/uart_debug.c b/src/soc/intel/skylake/uart_debug.c
index f3d576b3aa..eedf6564be 100644
--- a/src/soc/intel/skylake/uart_debug.c
+++ b/src/soc/intel/skylake/uart_debug.c
@@ -22,5 +22,5 @@ uintptr_t uart_platform_base(int idx)
{
/* Same base address for all debug port usage. In reality UART2
* is currently only supported. */
- return UART_DEBUG_BASE_ADDRESS;
+ return UART_BASE_0_ADDR(idx);
}