
On Sun, Nov 18, 2018 at 08:05:11PM +0100, 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
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 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.
I mean functionally. But if you can confirm that it's not being enabled on other platforms, that would be good, thanks!