1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 01:02:19 +02:00

mips: mtmips: change baudrate table for all boards

This patch changes baudrate table for all boards preparing for using mtk
highspeed uart driver.

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
Weijie Gao
2019-09-25 17:45:42 +08:00
committed by Daniel Schwierzeck
parent 4e2ccca26d
commit 443a206386
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
/* UART */ /* UART */
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
230400, 500000, 1500000 } 230400, 460800, 921600 }
/* RAM */ /* RAM */
#define CONFIG_SYS_MEMTEST_START 0x80100000 #define CONFIG_SYS_MEMTEST_START 0x80100000

View File

@@ -22,7 +22,7 @@
/* UART */ /* UART */
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
230400, 500000, 1500000 } 230400, 460800, 921600 }
/* RAM */ /* RAM */
#define CONFIG_SYS_MEMTEST_START 0x80100000 #define CONFIG_SYS_MEMTEST_START 0x80100000