aboutsummaryrefslogtreecommitdiff
path: root/product/n1sdp/scp_ramfw/config_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'product/n1sdp/scp_ramfw/config_log.c')
-rw-r--r--product/n1sdp/scp_ramfw/config_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/product/n1sdp/scp_ramfw/config_log.c b/product/n1sdp/scp_ramfw/config_log.c
index 9e71cc7a..e01a9183 100644
--- a/product/n1sdp/scp_ramfw/config_log.c
+++ b/product/n1sdp/scp_ramfw/config_log.c
@@ -22,7 +22,7 @@ static const struct fwk_element pl011_element_desc_table[] = {
.name = "SCP-UART",
.data = &((struct mod_pl011_device_config) {
.reg_base = SCP_UART_BASE,
- .baud_rate_bps = 38400,
+ .baud_rate_bps = BAUD_RATE_19200,
.clock_rate_hz = CLOCK_RATE_REFCLK,
.clock_id = FWK_ID_NONE_INIT,
}),