commit | c7b87bd0f0aae6b47dac0adf187af96d94ba8a58 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Sep 13 17:24:53 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 01 21:08:19 2021 -0400 |
tree | 5f158be45f711c955e9bb90af01c275f2447c625 | |
parent | 5fa662054ad4e4eb94e80d5b2943a77c697e2eaa [diff] |
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>