[U-Boot] [PATCH 01/15] armv7: Add workaround for USB erratum A-009008

Tom Rini trini at konsulko.com
Mon May 15 12:32:25 UTC 2017


On Mon, May 15, 2017 at 10:34:17AM +0800, yinbo.zhu wrote:

> From: Suresh Gupta <suresh.gupta at freescale.com>
> 
> USB High Speed (HS) EYE Height Adjustment
> This patch is adding the erratum for LS1021.
> 
> Signed-off-by: Sriram Dash <sriram.dash at nxp.com>
> Signed-off-by: yinbo.zhu <yinbo.zhu at nxp.com>
> ---
>  arch/arm/cpu/armv7/ls102xa/soc.c                  | 12 ++++++++++++
>  arch/arm/include/asm/arch-ls102xa/config.h        |  4 ++++
>  arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h |  4 ++++
[snip]
> diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h
> index 2f7233f..5b89f16 100644
> --- a/arch/arm/include/asm/arch-ls102xa/config.h
> +++ b/arch/arm/include/asm/arch-ls102xa/config.h
> @@ -110,6 +110,10 @@
>  
>  #ifdef CONFIG_LS102XA
>  #define CONFIG_USB_MAX_CONTROLLER_COUNT		1
> +#define CONFIG_SYS_FSL_ERRATUM_A008378
> +#define CONFIG_SYS_FSL_ERRATUM_A009663
> +#define CONFIG_SYS_FSL_ERRATUM_A009008
> +#define CONFIG_SYS_FSL_ERRATUM_A009942
>  #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC		1

NAK.  You need to move these to being select'd in Kconfig as
appropriate.

-- 
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/20170515/37735835/attachment.sig>


More information about the U-Boot mailing list