aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/uart/uart_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/uart/uart_console.c')
-rw-r--r--src/soc/amd/common/block/uart/uart_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/uart/uart_console.c b/src/soc/amd/common/block/uart/uart_console.c
index c1c17232fb..ff9122fbe4 100644
--- a/src/soc/amd/common/block/uart/uart_console.c
+++ b/src/soc/amd/common/block/uart/uart_console.c
@@ -15,5 +15,5 @@ uintptr_t uart_platform_base(unsigned int idx)
unsigned int uart_platform_refclk(void)
{
- return CONFIG(AMD_SOC_UART_48MZ) ? 48000000 : 115200 * 16;
+ return 48000000;
}