diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-10-14 00:40:01 +0900 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-10-30 11:38:04 +0100 |
commit | 6ab224da57363a80e9f95b79ae1c208b0d8d2f4f (patch) | |
tree | 28b7aaf7ac83a5a41518d28b5fb69a380e2cfec0 /include/configs/sun4i.h | |
parent | aec9a0f19f64f83090198966aeb4f91702ae3c33 (diff) | |
download | u-boot-6ab224da57363a80e9f95b79ae1c208b0d8d2f4f.tar.gz |
sunxi: remove unneeded CONFIG_USB_MAX_CONTROLLER_COUNT defines
ARCH_SUNXI selects DM_USB, where CONFIG_USB_MAX_CONTROLLER_COUNT
is not used.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/configs/sun4i.h')
-rw-r--r-- | include/configs/sun4i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sun4i.h b/include/configs/sun4i.h index ea079eb5f7..3dfd95ad77 100644 --- a/include/configs/sun4i.h +++ b/include/configs/sun4i.h @@ -14,7 +14,6 @@ #ifdef CONFIG_USB_EHCI #define CONFIG_USB_EHCI_SUNXI -#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #endif #define CONFIG_SUNXI_USB_PHYS 3 |