diff options
author | Tom Rini <trini@konsulko.com> | 2017-10-05 08:26:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-05 08:26:36 -0400 |
commit | 4f42a0d7210bd8d4d1f5e2fb73456679d74c44cd (patch) | |
tree | 9d86a09455140a0dc85bc7caa82c09a9eac82202 /configs/warp_defconfig | |
parent | 6a3e65dea3e525b5337ca8014aa4be9f5fafeb92 (diff) | |
parent | e6ee85a6891eca187c9a9364c51690d3f6a36932 (diff) | |
download | u-boot-4f42a0d7210bd8d4d1f5e2fb73456679d74c44cd.tar.gz |
Merge git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'configs/warp_defconfig')
-rw-r--r-- | configs/warp_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/warp_defconfig b/configs/warp_defconfig index 8e58790269..3432a786ba 100644 --- a/configs/warp_defconfig +++ b/configs/warp_defconfig @@ -30,9 +30,9 @@ CONFIG_DFU_MMC=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_MANUFACTURER="FSL" +CONFIG_USB_GADGET_VENDOR_NUM=0x0525 +CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y -CONFIG_G_DNL_MANUFACTURER="FSL" -CONFIG_G_DNL_VENDOR_NUM=0x0525 -CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 CONFIG_OF_LIBFDT=y |