diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-25 17:50:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-01 16:18:20 -0400 |
commit | ecad7051b07b11fb17196ce45ed0cbe2f1c3234e (patch) | |
tree | 7b144399ec55642ec55fc14de1e8c8accf8ac3b3 /include/configs/ls1046ardb.h | |
parent | 9493d05a4156cddac3d257fea9e33c877d4bb10b (diff) |
configs: Migrate all of the existing USB symbols, except fastboot
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@konsulko.com>
Diffstat (limited to 'include/configs/ls1046ardb.h')
-rw-r--r-- | include/configs/ls1046ardb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h index b9f27bbe51..7bbd4ada70 100644 --- a/include/configs/ls1046ardb.h +++ b/include/configs/ls1046ardb.h @@ -213,11 +213,8 @@ #ifndef SPL_NO_USB #define CONFIG_HAS_FSL_XHCI_USB #ifdef CONFIG_HAS_FSL_XHCI_USB -#define CONFIG_USB_XHCI_HCD #define CONFIG_USB_XHCI_FSL -#define CONFIG_USB_XHCI_DWC3 #define CONFIG_USB_MAX_CONTROLLER_COUNT 3 -#define CONFIG_USB_STORAGE #endif #endif |