From: Piotr Dymacz Date: Tue, 28 Apr 2015 22:12:32 +0000 (+0200) Subject: Add all supported baud rates in top config. TODO: fix AR934x support (need new serial... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=38f59a043532c43ef6e6d145edba2640f63375fb;p=oweals%2Fu-boot_mod.git Add all supported baud rates in top config. TODO: fix AR934x support (need new serial driver) --- diff --git a/u-boot/include/configs/ap121.h b/u-boot/include/configs/ap121.h index 06ff71b..6ec8cbe 100644 --- a/u-boot/include/configs/ap121.h +++ b/u-boot/include/configs/ap121.h @@ -88,10 +88,6 @@ 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" diff --git a/u-boot/include/configs/ar7240.h b/u-boot/include/configs/ar7240.h index faa4af0..ee7adfd 100644 --- a/u-boot/include/configs/ar7240.h +++ b/u-boot/include/configs/ar7240.h @@ -15,7 +15,10 @@ #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