From 988d84954b679833d220c6bd533197687fc122af Mon Sep 17 00:00:00 2001 From: Maximilian Rehkopf Date: Fri, 18 Oct 2013 14:37:12 +0200 Subject: [PATCH] Bootloader: change baud rate from 921600 to more common 115200 --- src/bootldr/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bootldr/config.h b/src/bootldr/config.h index cbb1469..429fcc5 100644 --- a/src/bootldr/config.h +++ b/src/bootldr/config.h @@ -55,8 +55,8 @@ //#define CONFIG_CPU_FREQUENCY 46000000 #define CONFIG_UART_PCLKDIV 1 #define CONFIG_UART_TX_BUF_SHIFT 8 -#define CONFIG_UART_BAUDRATE 921600 -//#define CONFIG_UART_BAUDRATE 115200 +//#define CONFIG_UART_BAUDRATE 921600 +#define CONFIG_UART_BAUDRATE 115200 #define CONFIG_UART_DEADLOCKABLE #define SSP_CLK_DIVISOR_FAST 2