svn commit: r312969 - head/sys/modules/dtb/am335x

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Jan 29 22:06:53 UTC 2017


Author: gonzo
Date: Sun Jan 29 22:06:52 2017
New Revision: 312969
URL: https://svnweb.freebsd.org/changeset/base/312969

Log:
  [am335x] Fix DTB name in LINKS variable
  
  Fix apparent typo introduced by r312915, upstream DTBs are
  am335x-* not am3335x-*

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

Modified: head/sys/modules/dtb/am335x/Makefile
==============================================================================
--- head/sys/modules/dtb/am335x/Makefile	Sun Jan 29 22:00:47 2017	(r312968)
+++ head/sys/modules/dtb/am335x/Makefile	Sun Jan 29 22:06:52 2017	(r312969)
@@ -7,7 +7,7 @@ DTS=	\
 	ufw.dts
 
 LINKS= \
-	${DTBDIR}/am3335x-bone.dtb ${DTBDIR}/beaglebone.dtb \
-	${DTBDIR}/am3335x-boneblack.dtb ${DTBDIR}/beaglebone-black.dtb
+	${DTBDIR}/am335x-bone.dtb ${DTBDIR}/beaglebone.dtb \
+	${DTBDIR}/am335x-boneblack.dtb ${DTBDIR}/beaglebone-black.dtb
 
 .include <bsd.dtb.mk>


More information about the svn-src-all mailing list