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>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to