On 11/16/2018 12:04 PM, Sven Schwermer wrote:
> This configuration doesn't use USB in the SPL, so we need to disable
> driver model for USB in the SPL.
> 
> Signed-off-by: Sven Schwermer <s...@svenschwermer.de>

How many other boards will need such a patch ?

> ---
>  configs/am335x_evm_defconfig | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
> index b6cd49a469..6cc170ad40 100644
> --- a/configs/am335x_evm_defconfig
> +++ b/configs/am335x_evm_defconfig
> @@ -40,15 +40,16 @@ CONFIG_NAND=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_DM_ETH=y
> -CONFIG_DRIVER_TI_CPSW=y
>  CONFIG_PHY_GIGE=y
>  CONFIG_MII=y
> +CONFIG_DRIVER_TI_CPSW=y
>  CONFIG_SPI=y
>  CONFIG_OMAP3_SPI=y
>  CONFIG_TIMER=y
>  CONFIG_OMAP_TIMER=y
>  CONFIG_USB=y
>  CONFIG_DM_USB=y
> +# CONFIG_SPL_DM_USB is not set
>  CONFIG_USB_MUSB_HOST=y
>  CONFIG_USB_MUSB_GADGET=y
>  CONFIG_USB_MUSB_TI=y
> 


-- 
Best regards,
Marek Vasut
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to