[U-Boot] [PATCH] x86: extend baudrate table with 57600
Tom Rini
trini at konsulko.com
Fri Jun 9 00:58:30 UTC 2017
On Thu, Jun 08, 2017 at 09:38:49AM +0200, Christian Gmeiner wrote:
> Hi Tom
>
> 2017-06-06 22:04 GMT+02:00 Tom Rini <trini at konsulko.com>:
> > On Tue, Jun 06, 2017 at 01:51:38PM +0200, Christian Gmeiner wrote:
> >
> >> Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
> >> ---
> >> include/configs/x86-common.h | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
> >> index b5ef8b5..9a97714 100644
> >> --- a/include/configs/x86-common.h
> >> +++ b/include/configs/x86-common.h
> >> @@ -56,7 +56,7 @@
> >> * Serial Configuration
> >> */
> >> #define CONFIG_SYS_BAUDRATE_TABLE {300, 600, 1200, 2400, 4800, \
> >> - 9600, 19200, 38400, 115200}
> >> + 9600, 19200, 38400, 57600, 115200}
> >> #define CONFIG_SYS_NS16550_PORT_MAPPED
> >>
> >> #define CONFIG_CMDLINE_EDITING
> >
> > Can we just use the fall back table instead? Thanks!
>
> Can you point me to the "fall back table"?
If one isn't defined the one in <config_fallbacks.h> is used.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170608/646a82a8/attachment.sig>
More information about the U-Boot
mailing list