projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2da455
)
MLK-20559-2 spl: Enable cdns3 USB driver for SPL building
author
Ye Li
<ye.li@nxp.com>
Thu, 3 Jan 2019 06:40:23 +0000
(22:40 -0800)
committer
Ye Li
<ye.li@nxp.com>
Fri, 24 May 2019 10:38:52 +0000
(
03:38
-0700)
The imx8qm/qxp uses cdns3 USB driver. To support SPL SDP, we have
to enable the driver.
Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit
18cbba9e33089fcaa1d8c45d1d17e79ef9d7e3a7
)
scripts/Makefile.spl
patch
|
blob
|
history
diff --git
a/scripts/Makefile.spl
b/scripts/Makefile.spl
index
54b160d
..
0db3ab4
100644
(file)
--- a/
scripts/Makefile.spl
+++ b/
scripts/Makefile.spl
@@
-88,6
+88,7
@@
endif
libs-y += drivers/
libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/dwc3/
+libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/cdns3/
libs-y += dts/
libs-y += fs/
libs-$(CONFIG_SPL_POST_MEM_SUPPORT) += post/drivers/