[U-Boot] [PATCH 1/2] configs: Migrate all of the existing USB symbols, except fastboot

Chris Packham judge.packham at gmail.com
Sun Sep 3 01:56:51 UTC 2017


On 26/08/2017 9:55 AM, "Tom Rini" <trini at konsulko.com> wrote:

This syncs all of the currently Kconfig'd symbols out of the headers and
into the defconfig files.  This has two exceptions, first am335x_evm
needs to be converted to DM in SPL and then it can stop undef'ing
CONFIG_DM_USB.  Leaving this as-is results in a build failure, and
without work, run time failure.  The other case is am43xx_evm.h and in
turn am43xx_evm_usbhost_boot.  The problem here is that we need DWC3 USB
host mode in SPL, but still desire to have gadget mode in U-Boot proper.

Signed-off-by: Tom Rini <trini at konsulko.com>
---


FYI I rebased one of my branches last night and got conflicts between this
and the series I posted for USB host Ether. I'm not sure if my series is
just sitting in someone's queue or on a next branch somewhere. Either way
there will be some conflicts when it's merged.


More information about the U-Boot mailing list