diff options
Diffstat (limited to 'include/configs/M5249EVB.h')
-rw-r--r-- | include/configs/M5249EVB.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/M5249EVB.h b/include/configs/M5249EVB.h index c2f5dd9fa47..6bf2d99c9c1 100644 --- a/include/configs/M5249EVB.h +++ b/include/configs/M5249EVB.h @@ -41,8 +41,8 @@ #define CONFIG_MCFUART #define CFG_UART_PORT (0) -#define CONFIG_BAUDRATE 19200 -#define CFG_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } +#define CONFIG_BAUDRATE 115200 +#define CFG_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG |