On Thu, Feb 02, 2017 at 06:13:41PM +0100, [email protected] wrote: > From: Patrice Chotard <[email protected]> > > This patch adds support to ASC (asynchronous serial controller) > driver, which is basically a standard serial driver. This IP > is common across other STMicroelectronics SoCs > > Signed-off-by: Patrice Chotard <[email protected]> [snip] > diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h > index fade7a1..4fea22a 100644 > --- a/include/configs/stih410-b2260.h > +++ b/include/configs/stih410-b2260.h > @@ -17,6 +17,7 @@ > #define CONFIG_SYS_LOAD_ADDR PHYS_SDRAM_1 /* default load addr */ > > #define CONFIG_BAUDRATE 115200 > +#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
Please use the fallback table from include/config_fallbacks.h, thanks! -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

