diff mbox series

[v1] ARM: dts: Revise the default baudrate

Message ID 20240523031801.1061485-1-delphine_cc_chiu@wiwynn.com
State New
Delegated to: Tom Rini
Headers show
Series [v1] ARM: dts: Revise the default baudrate | expand

Commit Message

Delphine CC Chiu May 23, 2024, 3:18 a.m. UTC
Revise the default baudrate to 57600

Signed-off-by: DelphineCCChiu <delphine_cc_chiu@wiwynn.com>
---
 configs/ast2600_openbmc_spl_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configs/ast2600_openbmc_spl_defconfig b/configs/ast2600_openbmc_spl_defconfig
index efd683570f..5e95780a9a 100644
--- a/configs/ast2600_openbmc_spl_defconfig
+++ b/configs/ast2600_openbmc_spl_defconfig
@@ -28,7 +28,8 @@  CONFIG_FIT_SIGNATURE=y
 CONFIG_SPL_FIT_SIGNATURE=y
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS4,115200n8 root=/dev/ram rw"
+CONFIG_BOOTARGS="console=ttyS4,57600n8 root=/dev/ram rw"
+CONFIG_BAUDRATE=57600
 CONFIG_USE_BOOTCOMMAND=y
 CONFIG_BOOTCOMMAND="run bootspi"
 CONFIG_SYS_CONSOLE_ENV_OVERWRITE=y