diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-13 17:24:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-10-01 21:08:19 -0400 |
commit | d92cb662363186560ecce4841a84da1568aadfe3 (patch) | |
tree | 5f158be45f711c955e9bb90af01c275f2447c625 /include/configs/ap143.h | |
parent | 62efcba5d514b336855d88b22a7dcf7cc6df9f63 (diff) | |
download | u-boot-d92cb662363186560ecce4841a84da1568aadfe3.tar.gz |
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>
Diffstat (limited to 'include/configs/ap143.h')
-rw-r--r-- | include/configs/ap143.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ap143.h b/include/configs/ap143.h index bb9544b8e74..fa13a801b77 100644 --- a/include/configs/ap143.h +++ b/include/configs/ap143.h @@ -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;" \ |