aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/common/acpi/acpi_debug.asl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/common/acpi/acpi_debug.asl b/src/soc/intel/common/acpi/acpi_debug.asl
index aa7a1af577..d3860dd76c 100644
--- a/src/soc/intel/common/acpi/acpi_debug.asl
+++ b/src/soc/intel/common/acpi/acpi_debug.asl
@@ -58,7 +58,8 @@ Method (APRT, 1, Serialized)
Store (INDX, LENG) /* Length of the String */
#if IS_ENABLED(CONFIG_DRIVERS_UART_8250MEM_32)
- OperationRegion (UBAR, SystemMemory, UART_DEBUG_BASE_ADDRESS, 24)
+ OperationRegion (UBAR, SystemMemory,
+ UART_BASE_0_ADDR(CONFIG_UART_FOR_CONSOLE), 24)
Field (UBAR, AnyAcc, NoLock, Preserve)
{
TDR, 8, /* Transmit Data Register BAR + 0x000 */