diff options
| author | Anatolij Gustschin <[email protected]> | 2019-03-18 23:29:43 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-04-13 20:30:09 +0200 |
| commit | 68559dd42d0449e61e076090ac0877e0d0de57f9 (patch) | |
| tree | 7cdff2f86af0ce7250c34b7048c27b5874610526 /include | |
| parent | a23ade6d2684908cf08de82536c4c3676a0d1015 (diff) | |
imx6: wandboard: convert to DM_USB
Drop CONFIG_USB_MAX_CONTROLLER_COUNT and enable DM_USB
in defconfig.
Signed-off-by: Anatolij Gustschin <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/wandboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index e6d1fcacf5d..e01e3e36693 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -51,7 +51,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 /* USB Configs */ -#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 |
