
On 11/20/2018 08:28 AM, 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@svenschwermer.de
Is this also needed on other boards ?
As per the cover letter, I have successfully run the Travis CI build for this patch series. Furthermore, I have manually verified that all AM33xx builds still succeed. So I don’t think, we need to change anything on other boards. If you want me to do more testing, let me know.
I just want to know whether some boards now get CONFIG_SPL_DM_USB even though they didn't have it before, since the Kconfig option is default=y
btw I don't think SPL_DM_USB should depend on DM_USB , one is for SPL and the other for U-Boot.