]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
serial: Use the default CONFIG_SYS_BAUDRATE_TABLE in more platforms
authorTom Rini <trini@konsulko.com>
Mon, 13 Sep 2021 21:24:53 +0000 (17:24 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 2 Oct 2021 01:08:19 +0000 (21:08 -0400)
A number of platforms are still defining CONFIG_SYS_BAUDRATE_TABLE to
the fallback default of "{ 9600, 19200, 38400, 57600, 115200 }", but
with varying whitespace, or were introduced after the default fallback
was added.  Use the default table here.

Signed-off-by: Tom Rini <trini@konsulko.com>
20 files changed:
include/configs/amcore.h
include/configs/ap121.h
include/configs/ap143.h
include/configs/ap152.h
include/configs/cm_fx6.h
include/configs/kontron_sl28.h
include/configs/ls1012a_common.h
include/configs/ls1028a_common.h
include/configs/ls1043a_common.h
include/configs/ls1046a_common.h
include/configs/ls1088a_common.h
include/configs/ls2080a_common.h
include/configs/lx2160a_common.h
include/configs/mt7620.h
include/configs/s5p4418_nanopi2.h
include/configs/stmark2.h
include/configs/synquacer.h
include/configs/tplink_wdr4300.h
include/configs/vexpress_common.h
include/configs/xtfpga.h

index 428c2f7fd72c7ac8e0ea460b5d90ca52cd840b33..98ad047bc4cdf08198877c77646269208a5f6331 100644 (file)
@@ -13,7 +13,6 @@
 #define CONFIG_MCFTMR
 #define CONFIG_MCFUART
 #define CONFIG_SYS_UART_PORT           0
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
 
 #define CONFIG_BOOTCOMMAND             "bootm ffc20000"
 #define CONFIG_EXTRA_ENV_SETTINGS                              \
index fb2a0b33cc04f833b04b77aa6161f1ee8583eda8..f3fc53ba484f03091be01e51b139b16b7f500b56 100644 (file)
@@ -21,9 +21,6 @@
 #define CONFIG_SYS_INIT_SP_ADDR \
        (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_SIZE - 1)
 
-#define CONFIG_SYS_BAUDRATE_TABLE \
-       {9600, 19200, 38400, 57600, 115200}
-
 #define CONFIG_BOOTCOMMAND              "sf probe;" \
                                        "mtdparts default;" \
                                        "bootm 0x9f650000"
index bb9544b8e74e4d301119324b01a1b359f0fcc971..fa13a801b7716787b7aa93df06cf6a3534c57036 100644 (file)
@@ -25,8 +25,6 @@
  * Serial Port
  */
 #define CONFIG_SYS_NS16550_CLK          25000000
-#define CONFIG_SYS_BAUDRATE_TABLE \
-       {9600, 19200, 38400, 57600, 115200}
 
 #define CONFIG_BOOTCOMMAND              "sf probe;" \
                                        "mtdparts default;" \
index 766f10b6beac3c8f68dbcf78012c42368af257f3..3eaf19283bba6dbc37a82872da54bfc22b55d696 100644 (file)
@@ -25,8 +25,6 @@
  * Serial Port
  */
 #define CONFIG_SYS_NS16550_CLK          25000000
-#define CONFIG_SYS_BAUDRATE_TABLE \
-       {9600, 19200, 38400, 57600, 115200}
 
 #define CONFIG_BOOTCOMMAND              "sf probe;" \
                                        "mtdparts default;" \
index a22fd0ee1fe9233a743cdc6b1bb0186eebed86fe..d40c3a9c3e54fcefa5e5f1cc96386b0ce4caf409 100644 (file)
@@ -32,7 +32,6 @@
 
 /* Serial console */
 #define CONFIG_MXC_UART_BASE           UART4_BASE
-#define CONFIG_SYS_BAUDRATE_TABLE      {9600, 19200, 38400, 57600, 115200}
 
 /* Environment */
 
index 438a189702d420375d18bd8ac954956e7e5393ea..6769592101def84235a220416555695c07bb21df 100644 (file)
@@ -45,7 +45,6 @@
 
 /* serial port */
 #define CONFIG_SYS_NS16550_CLK          (get_bus_freq(0) / 2)
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
 
 #define CONFIG_SYS_CLK_FREQ            100000000
 #define COUNTER_FREQUENCY_REAL         (CONFIG_SYS_CLK_FREQ / 4)
index 1edea0a2b2f3bf0024cbf555d081dfbb2965d90d..8a49f2d0075d5e76ec8382ff65354548d2058008 100644 (file)
@@ -59,8 +59,6 @@
 #define CONFIG_SYS_NS16550_REG_SIZE     1
 #define CONFIG_SYS_NS16550_CLK          (get_serial_clock())
 
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
-
 #define CONFIG_SYS_HZ                  1000
 
 #define CONFIG_HWCONFIG
index 50edefb36324735dd0b0f7a51059accaf520f943..1401264f93164e8d94438175ec33275df2a4f540 100644 (file)
@@ -45,8 +45,6 @@
 #define CONFIG_SYS_NS16550_REG_SIZE     1
 #define CONFIG_SYS_NS16550_CLK          (get_bus_freq(0) / 2)
 
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
-
 /* Miscellaneous configurable options */
 
 /* Physical Memory Map */
index 6cae6c139604cbe2e1ab4007a87fd0cfdb732af4..fb697bdf1301a502275f69e9dcbcde9008caff9d 100644 (file)
@@ -54,8 +54,6 @@
 #define CONFIG_SYS_NS16550_REG_SIZE    1
 #define CONFIG_SYS_NS16550_CLK          (get_serial_clock())
 
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
-
 /* SD boot SPL */
 #ifdef CONFIG_SD_BOOT
 
index 1d8adf97d3c4e29a6d2179d7a5a8b311d4282e28..f0bde08f2460957022608a9f0d7bfccb8a24f658 100644 (file)
@@ -54,8 +54,6 @@
 #define CONFIG_SYS_NS16550_REG_SIZE    1
 #define CONFIG_SYS_NS16550_CLK          (get_serial_clock())
 
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
-
 /* SD boot SPL */
 #ifdef CONFIG_SD_BOOT
 #define CONFIG_SPL_MAX_SIZE            0x1f000         /* 124 KiB */
index f39f0316c599140e2fcea1a05f36afdefb46fef1..9ae0b8e0ae4f227b6c28c00983da1c1b5fb29c69 100644 (file)
@@ -63,8 +63,6 @@
 #define CONFIG_SYS_NS16550_REG_SIZE     1
 #define CONFIG_SYS_NS16550_CLK          (get_bus_freq(0) / 2)
 
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
-
 #if !defined(SPL_NO_IFC) || defined(CONFIG_TARGET_LS1088AQDS)
 /* IFC */
 #define CONFIG_FSL_IFC
index 770f2aaf6f99b7786dfe9cdc23b28788a72a95a7..6d9ae9d987ea6cbdcbf2403641e60344d8c8f16b 100644 (file)
@@ -74,8 +74,6 @@
 #define CONFIG_SYS_NS16550_REG_SIZE     1
 #define CONFIG_SYS_NS16550_CLK          (get_serial_clock())
 
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
-
 /* IFC */
 #define CONFIG_FSL_IFC
 
index 4db19e26c15a3abcd1ce4d353c07f6194d4b065b..dddac7b05c35036dae28a2f1ffcf033f59960a12 100644 (file)
@@ -67,7 +67,6 @@
                                        (void *)CONFIG_SYS_SERIAL1, \
                                        (void *)CONFIG_SYS_SERIAL2, \
                                        (void *)CONFIG_SYS_SERIAL3 }
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
 
 /* MC firmware */
 #define CONFIG_SYS_LS_MC_DPC_MAX_LENGTH                0x20000
index b05ac0ade5b8ce86246af6b6a5a6c9f39d77a671..a2de03429218c1b90f9b883f3ec7a5b799ee7bb0 100644 (file)
@@ -24,9 +24,6 @@
 #define CONFIG_SYS_MAXARGS             16
 #define CONFIG_SYS_CBSIZE              1024
 
-/* Serial common */
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
-
 /* SPL */
 
 #define CONFIG_SYS_UBOOT_START         CONFIG_SYS_TEXT_BASE
index c482de122bac9f15960d30b4313f6ab1ddf6b1cd..21feba0569e4742e721166d89f5b79b85b4d41c3 100644 (file)
                                         (void *)PHY_BASEADDR_UART1, \
                                         (void *)PHY_BASEADDR_UART2, \
                                         (void *)PHY_BASEADDR_UART3}
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
 
 /*-----------------------------------------------------------------------
  * PLL
index 5516ecfcdf5c79420d48b7c890d3952bac65dd28..a71de0545894ac656d70e7ae86208ecf84519a1d 100644 (file)
@@ -12,7 +12,6 @@
 
 #define CONFIG_MCFUART
 #define CONFIG_SYS_UART_PORT           0
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600 , 19200 , 38400 , 57600, 115200 }
 
 #define LDS_BOARD_TEXT                                         \
        board/sysam/stmark2/sbf_dram_init.o (.text*)
index 04db908795c1f36b2a3a19e891082e6303bb800f..13e9c64387ed30d3899ff7ff9d1677ad61c555b1 100644 (file)
@@ -49,8 +49,6 @@
 #define CONFIG_SYS_MEMTEST_START       (CONFIG_SYS_SDRAM_BASE + (512 * 1024))
 #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_SDRAM_BASE + PHYS_SDRAM_SIZE)
 
-#define CONFIG_SYS_BAUDRATE_TABLE      {115200, 19200, 38400, 57600, 9600 }
-
 #define CONFIG_SYS_CBSIZE              1024
 #define CONFIG_SYS_MAXARGS             128
 #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
index 32689e1aecf7e9043576cc3e3fcf0d4de9c99838..f9a0b7d1aaa89326407cf895f15eccdd3a36a28f 100644 (file)
@@ -25,8 +25,6 @@
  * Serial Port
  */
 #define CONFIG_SYS_NS16550_CLK         40000000
-#define CONFIG_SYS_BAUDRATE_TABLE \
-       {9600, 19200, 38400, 57600, 115200}
 
 #define CONFIG_BOOTCOMMAND             \
        "dhcp 192.168.1.1:wdr4300.fit && bootm $loadaddr"
index 02fd963611043b4d331b203508d4f5b36070ee60..990f5ed5470dd5ecd8b7de6f3218054d8373ac53 100644 (file)
 #define CONFIG_PL01x_PORTS             {(void *)CONFIG_SYS_SERIAL0, \
                                         (void *)CONFIG_SYS_SERIAL1}
 
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
 #define CONFIG_SYS_SERIAL0             V2M_UART0
 #define CONFIG_SYS_SERIAL1             V2M_UART1
 
index b69834a7fa19cb4a8d86bb758dc68c5815abcc74..ccc90a66f7d1b7e47b19de6bbb62b32809470883 100644 (file)
 
 /* Input clk to NS16550 (in Hz; the SYS_CLK_FREQ is in kHz) */
 #define CONFIG_SYS_NS16550_CLK         CONFIG_SYS_CLK_FREQ
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
 
 /*======================*/
 /* Ethernet Driver Info */