blob: 46f8929085da8b1181b1b646f5922190ea6b30a9 [file] [log] [blame]
Howard Chiu9f1ff122021-08-02 11:34:51 +08001From 12e9371e44b922e0383dba3a231a21b82ca03368 Mon Sep 17 00:00:00 2001
2From: Howard <howard.chiu@quantatw.com>
3Date: Wed, 4 Aug 2021 14:08:14 +0800
4Subject: [PATCH] u-boot: ast2600: 57600 baudrate for bletchley
5
6Specific patch for bletchley only
7---
8 configs/ast2600_openbmc_spl_defconfig | 3 ++-
9 1 file changed, 2 insertions(+), 1 deletion(-)
10
11diff --git a/configs/ast2600_openbmc_spl_defconfig b/configs/ast2600_openbmc_spl_defconfig
12index c1ed4f54d5..2257673e16 100644
13--- a/configs/ast2600_openbmc_spl_defconfig
14+++ b/configs/ast2600_openbmc_spl_defconfig
15@@ -35,7 +35,7 @@ CONFIG_ARMV7_PSCI_NR_CPUS=2
16 CONFIG_NR_DRAM_BANKS=1
17 CONFIG_FIT=y
18 CONFIG_USE_BOOTARGS=y
19-CONFIG_BOOTARGS="console=ttyS4,115200n8 root=/dev/ram rw"
20+CONFIG_BOOTARGS="console=ttyS4,57600n8 root=/dev/ram rw"
21 CONFIG_USE_BOOTCOMMAND=y
22 CONFIG_BOOTCOMMAND="bootm 20100000"
23 CONFIG_SYS_CONSOLE_ENV_OVERWRITE=y
24@@ -133,3 +133,4 @@ CONFIG_USE_TINY_PRINTF=y
25 CONFIG_TPM=y
26 CONFIG_SPL_TPM=y
27 # CONFIG_EFI_LOADER is not set
28+CONFIG_BAUDRATE=57600
29--
302.25.1
31