From 49247b62293a1135dbdef12beb8b8efca1cd8a12 Mon Sep 17 00:00:00 2001 From: Mantas Pucka Date: Tue, 28 Oct 2014 10:59:19 +0200 Subject: [PATCH] Update baudrate table FTDI does not support anything >3Mbaud --- u-boot/include/configs/carambola2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/u-boot/include/configs/carambola2.h b/u-boot/include/configs/carambola2.h index bb164ac234..64563ca53f 100644 --- a/u-boot/include/configs/carambola2.h +++ b/u-boot/include/configs/carambola2.h @@ -269,9 +269,9 @@ #define CONFIG_AUTOBOOT_STOP_STR "\x1B" #undef CFG_BAUDRATE_TABLE -#define CFG_BAUDRATE_TABLE { 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 38400, 56000, 57600, \ - 115200, 128000, 230400, 250000, 256000, 460800, 576000, 921600, \ - 1000000, 1152000, 1500000, 2000000, 2500000, 3000000, 3500000, 4000000 } +#define CFG_BAUDRATE_TABLE { 300, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 38400, 56000, 57600, \ + 115200, 128000, 230400, 250000, 256000, 460800, 500000, 576000, 921600, \ + 1000000, 1152000, 1500000, 2000000, 3000000} /* ** Parameters defining the location of the calibration/initialization ** information for the two Merlin devices.