From 18cbba9e33089fcaa1d8c45d1d17e79ef9d7e3a7 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Wed, 2 Jan 2019 22:40:23 -0800 Subject: MLK-20559-2 spl: Enable cdns3 USB driver for SPL building The imx8qm/qxp uses cdns3 USB driver. To support SPL SDP, we have to enable the driver. Signed-off-by: Ye Li --- scripts/Makefile.spl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl index 2993ade41e2..a85a62f8b5a 100644 --- a/scripts/Makefile.spl +++ b/scripts/Makefile.spl @@ -81,6 +81,7 @@ endif libs-$(CONFIG_SPL_LIBDISK_SUPPORT) += disk/ libs-y += drivers/ libs-$(CONFIG_SPL_USB_GADGET_SUPPORT) += drivers/usb/dwc3/ +libs-$(CONFIG_SPL_USB_GADGET_SUPPORT) += drivers/usb/cdns3/ libs-y += dts/ libs-y += fs/ libs-$(CONFIG_SPL_POST_MEM_SUPPORT) += post/drivers/ -- cgit v1.2.3