[U-Boot] [PATCH v2 3/7] STiH410: Add STi serial driver
Tom Rini
trini at konsulko.com
Sun Feb 5 22:28:07 UTC 2017
On Thu, Feb 02, 2017 at 06:13:41PM +0100, patrice.chotard at st.com wrote:
> From: Patrice Chotard <patrice.chotard at st.com>
>
> 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 <patrice.chotard at st.com>
[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
-------------- 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/20170205/54234813/attachment.sig>
More information about the U-Boot
mailing list