summaryrefslogtreecommitdiff
path: root/configs/mx6qsabreauto_plugin_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-06-05 22:25:11 -0700
committerYe Li <ye.li@nxp.com>2018-06-13 02:41:07 -0700
commit03ecdaefd3f1279eb2d05eb7137f60e4bc928705 (patch)
tree327a98ba939464106d42213090c800188dcd228b /configs/mx6qsabreauto_plugin_defconfig
parenta7c0fbbf9cdbd70f9654b83f8dcf7ed216636c4e (diff)
MLK-18589 imx6q/dl/qp/solo: Fix USB gadget definitions
In u-boot 2018, CONFIG_G_DNL_MANUFACTURER, CONFIG_G_DNL_VENDOR_NUM and CONFIG_G_DNL_PRODUCT_NUM are changed to: CONFIG_USB_GADGET_MANUFACTURER CONFIG_USB_GADGET_VENDOR_NUM CONFIG_USB_GADGET_PRODUCT_NUM Fix them in imx6q/dl/qp/solo defconfigs, otherwise they are using default value. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6qsabreauto_plugin_defconfig')
-rw-r--r--configs/mx6qsabreauto_plugin_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/mx6qsabreauto_plugin_defconfig b/configs/mx6qsabreauto_plugin_defconfig
index 2534b62e10..8d08188886 100644
--- a/configs/mx6qsabreauto_plugin_defconfig
+++ b/configs/mx6qsabreauto_plugin_defconfig
@@ -35,9 +35,9 @@ CONFIG_USB_STORAGE=y
CONFIG_USB_GADGET=y
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_USB_GADGET_MANUFACTURER="FSL"
+CONFIG_USB_GADGET_VENDOR_NUM=0x0525
+CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
# CONFIG_VIDEO_SW_CURSOR is not set
# CONFIG_OF_LIBFDT=y