svn commit: r338397 - head/sys/modules/dtb/omap4

Emmanuel Vadot manu at FreeBSD.org
Thu Aug 30 14:32:11 UTC 2018


Author: manu
Date: Thu Aug 30 14:32:10 2018
New Revision: 338397
URL: https://svnweb.freebsd.org/changeset/base/338397

Log:
  dtb: Add LINKS for omap4 DTBs
  
  We do not use the upstream name so add links so u-boot can load the dtb
  for us.
  
  Approved by:	re (rgrimes)

Modified:
  head/sys/modules/dtb/omap4/Makefile

Modified: head/sys/modules/dtb/omap4/Makefile
==============================================================================
--- head/sys/modules/dtb/omap4/Makefile	Thu Aug 30 13:45:14 2018	(r338396)
+++ head/sys/modules/dtb/omap4/Makefile	Thu Aug 30 14:32:10 2018	(r338397)
@@ -5,4 +5,8 @@ DTS=	\
         pandaboard.dts \
 	pandaboard-es.dts
 
+LINKS=	\
+	${DTBDIR}/pandaboard.dtb ${DTBDIR}/omap4-panda.dtb \
+	${DTBDIR}/pandaboard-es.dtb ${DTBDIR}/omap4-panda-es.dtb
+
 .include <bsd.dtb.mk>


More information about the svn-src-all mailing list