summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorJason Liu <jason.hui.liu@nxp.com>2018-07-19 09:05:19 +0800
committerJason Liu <jason.hui.liu@nxp.com>2018-07-19 09:26:26 +0800
commit27e6ab4eb01c955918563be9f02d5a95da001ce9 (patch)
tree3a75214f448b1928bca7e36457b671abba2d846e /include/configs
parent212a36a55b7726bdb3a9f23460648d0c9eb57867 (diff)
MLK-18980 imx8mm_ddr4_val: fix build break for imx8mm_ddr4_val defconfig
The patch fixes the following build break by adding some missing definitons into the defconfig drivers/usb/gadget/f_sdp.c:278:59: error: ‘CONFIG_SDP_LOADADDR’ undeclared (first use in this function) sdp->dnl_address = cmd->addr ? be32_to_cpu(cmd->addr):CONFIG_SDP_LOADADDR; ^ make[3]: *** [spl/drivers/usb/gadget/f_sdp.o] Error 1 Signed-off-by: Jason Liu <jason.hui.liu@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/imx8mm_val.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/imx8mm_val.h b/include/configs/imx8mm_val.h
index e9de432ff1a..9dc7b870667 100644
--- a/include/configs/imx8mm_val.h
+++ b/include/configs/imx8mm_val.h
@@ -305,12 +305,8 @@
#endif
-#define CONFIG_USB_GADGET
#define CONFIG_USB_GADGET_DUALSPEED
#define CONFIG_USB_GADGET_VBUS_DRAW 2
-#define CONFIG_USB_GADGET_VENDOR_NUM 0x0525
-#define CONFIG_USB_GADGET_PRODUCT_NUM 0xa4a5
-#define CONFIG_USB_GADGET_MANUFACTURER "FSL"
#define CONFIG_CI_UDC