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)
commitd92cb662363186560ecce4841a84da1568aadfe3
tree5f158be45f711c955e9bb90af01c275f2447c625
parent62efcba5d514b336855d88b22a7dcf7cc6df9f63
serial: Use the default CONFIG_SYS_BAUDRATE_TABLE in more platforms

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