
On 11/18/2018 08:05 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@svenschwermer.de mailto:sven@svenschwermer.de>
How many other boards will need such a patch ?
In this case, "all" am335x boards should as only am43xx and later offer ROM loads SPL from a USB mass storage device (rather than showing up as a CDC ethernet device).
I actually tested this patch series on Travis CI and this was the only “offender”. See https://travis-ci.org/svenschwermer/u-boot/builds/456335517 Are the other boards not checked in Travis? If so, I’d go through them manually.
Well, this patch disables DM_USB in SPL for am335x, but SPL_DM_USB is default y, so I wonder on how many boards SPL_DM_USB got enabled automatically and incorrectly.