aboutsummaryrefslogtreecommitdiff
path: root/src/soc/broadcom/cygnus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/broadcom/cygnus/Kconfig')
-rw-r--r--src/soc/broadcom/cygnus/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/broadcom/cygnus/Kconfig b/src/soc/broadcom/cygnus/Kconfig
index 158f61cf38..2ccc30676d 100644
--- a/src/soc/broadcom/cygnus/Kconfig
+++ b/src/soc/broadcom/cygnus/Kconfig
@@ -39,4 +39,9 @@ config BOOTBLOCK_CPU_INIT
string
default "soc/broadcom/cygnus/bootblock.c"
+config CONSOLE_SERIAL_UART_ADDRESS
+ hex
+ depends on CONSOLE_SERIAL_UART
+ default 0x18023000
+
endif