[U-Boot] [PATCH] usb: Introduce CONFIG_SPL_DM_USB

Marek Vasut marex at denx.de
Thu Nov 15 14:27:28 UTC 2018


On 11/15/2018 09:20 AM, Sven Schwermer wrote:
> This allows building the SPL without driver model for USB. So far,
> support has only been added to the iMX6/7 host driver. Other boards will
> keep their existing behaviour.
> 
> Signed-off-by: Sven Schwermer <sven at svenschwermer.de>
> ---

Sweet! Is this s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ or is there
some other stuff in the patch too ? If the later is the case, it'd be
nice to do the s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ in a separate
patch, to make the later easier to review.

Otherwise looks good.

-- 
Best regards,
Marek Vasut


More information about the U-Boot mailing list