Add all supported baud rates in top config. TODO: fix AR934x support (need new serial...
authorPiotr Dymacz <pepe2k@gmail.com>
Tue, 28 Apr 2015 22:12:32 +0000 (00:12 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Tue, 28 Apr 2015 22:12:32 +0000 (00:12 +0200)
u-boot/include/configs/ap121.h
u-boot/include/configs/ar7240.h

index 06ff71bf46050a39c3a040fc4f558b51a7ebdde3..6ec8cbe004994bd4db31227ab05028143d7bfe82 100644 (file)
       defined(CONFIG_FOR_MESH_POTATO_V2)
        #define CFG_LOAD_ADDR                    0x9F040000
        #define UPDATE_SCRIPT_FW_ADDR   "0x9F040000"
-
-       /* FOR NEW UART DRIVER TESTS ONLY! */
-       #undef CFG_BAUDRATE_TABLE
-       #define CFG_BAUDRATE_TABLE { 9600, 14400, 19200, 28800, 38400, 56000, 57600, 115200, 128000, 230400, 256000, 460800, 921600 }
 #else
        #define CFG_LOAD_ADDR                    0x9F020000
        #define UPDATE_SCRIPT_FW_ADDR   "0x9F020000"
index faa4af029a7b1dc911984583b168afa1b991a042..ee7adfd6cbaa426378e9720eb5d11948923324b0 100644 (file)
 #undef  CONFIG_AUTOBOOT_DELAY_STR
 #define DEBUG_BOOTKEYS                         0
 #define CONFIG_BAUDRATE                                115200
-#define CFG_BAUDRATE_TABLE                     {115200}
+#define CFG_BAUDRATE_TABLE                     { 600,    1200,   2400,    4800,    9600,    14400,  \
+                                                                         19200,  28800,  38400,   56000,   57600,   115200, \
+                                                                         128000, 153600, 230400,  250000,  256000,  460800, \
+                                                                         576000, 921600, 1000000, 1152000, 1500000, 2000000 }
 
 /*
  * Miscellaneous configurable options