[U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB
Marek Vasut
marex at denx.de
Sun Nov 18 03:33:34 UTC 2018
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 <sven at 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
More information about the U-Boot
mailing list