diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/M5253EVBE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M5253EVBE.h b/include/configs/M5253EVBE.h index 9dbd129..6e14ebf 100644 --- a/include/configs/M5253EVBE.h +++ b/include/configs/M5253EVBE.h @@ -32,7 +32,7 @@ #define CONFIG_MCFUART #define CFG_UART_PORT (0) -#define CONFIG_BAUDRATE 19200 +#define CONFIG_BAUDRATE 115200 #define CFG_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG /* disable watchdog */ |