
18 Nov
2018
18 Nov
'18
8:05 p.m.
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.
Sven