diff options
| author | Che-Wei Chuang <[email protected]> | 2025-10-29 16:19:55 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-12-08 12:10:17 +0800 |
| commit | 281e6fa4e4664df0101c5d97d95eeea97818eccc (patch) | |
| tree | 74f6144ba097edc65c2225eb9ec3c09544bd1f13 /configs/ae350_rv32_xip_defconfig | |
| parent | 3b8a3df19126858e2a4c71661bd37f55bf0ad3b3 (diff) | |
configs: Change default baud rate to 115200
Updated DTS and configuration files to set the default baud rate from 38400 to 115200.
Signed-off-by: Che-Wei Chuang <[email protected]>
Diffstat (limited to 'configs/ae350_rv32_xip_defconfig')
| -rw-r--r-- | configs/ae350_rv32_xip_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ae350_rv32_xip_defconfig b/configs/ae350_rv32_xip_defconfig index 15f3b5c378b..3fc5b4a1a01 100644 --- a/configs/ae350_rv32_xip_defconfig +++ b/configs/ae350_rv32_xip_defconfig @@ -46,7 +46,7 @@ CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y CONFIG_SYS_FLASH_CFI=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_FTMAC100=y -CONFIG_BAUDRATE=38400 +CONFIG_BAUDRATE=115200 CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_ATCSPI200_SPI=y |
