diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-09-12 19:41:15 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-03 19:12:05 +0200 |
commit | e02687bda96cc8ed942e14b558796d3043d24b23 (patch) | |
tree | 4718cb12ba9ede47659044b65d97fdd2387ebf14 /configs/Cubietruck_defconfig | |
parent | 10ac57fda3ff46a20af7ded6cc03d78e88032495 (diff) | |
download | u-boot-e02687bda96cc8ed942e14b558796d3043d24b23.tar.gz u-boot-e02687bda96cc8ed942e14b558796d3043d24b23.tar.bz2 u-boot-e02687bda96cc8ed942e14b558796d3043d24b23.zip |
sunxi: provide default USB gadget setup
All the Allwinner boards use the same manufacturer, VID and PID for the
gadgets. Make them the defaults to remove some boilerplate from our
defconfigs.
Reviewed-by: Ćukasz Majewski <lukma@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'configs/Cubietruck_defconfig')
-rw-r--r-- | configs/Cubietruck_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/Cubietruck_defconfig b/configs/Cubietruck_defconfig index 2d1753645b..1b2989d364 100644 --- a/configs/Cubietruck_defconfig +++ b/configs/Cubietruck_defconfig @@ -33,7 +33,4 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_MUSB_GADGET=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y CONFIG_USB_GADGET=y -CONFIG_USB_GADGET_MANUFACTURER="Allwinner Technology" -CONFIG_USB_GADGET_VENDOR_NUM=0x1f3a -CONFIG_USB_GADGET_PRODUCT_NUM=0x1010 CONFIG_USB_GADGET_DOWNLOAD=y |