Author: manu
Date: Sat Nov 10 23:43:03 2018
New Revision: 340341
URL: https://svnweb.freebsd.org/changeset/base/340341

Log:
  Fix dtb path for beaglebone* boards.
  
  This is a direct commit to 11 since head switch to Linux upstream DTS.
  
  Reported by:  jmg

Modified:
  stable/11/sys/modules/dtb/am335x/Makefile

Modified: stable/11/sys/modules/dtb/am335x/Makefile
==============================================================================
--- stable/11/sys/modules/dtb/am335x/Makefile   Sat Nov 10 23:39:07 2018        
(r340340)
+++ stable/11/sys/modules/dtb/am335x/Makefile   Sat Nov 10 23:43:03 2018        
(r340341)
@@ -5,4 +5,8 @@ DTS=    \
        beaglebone-black.dts \
        ufw.dts
 
+LINKS= \
+       ${DTBDIR}/beaglebone.dtb ${DTBDIR}/am335x-bone.dtb \
+       ${DTBDIR}/beaglebone-black.dtb ${DTBDIR}/am335x-boneblack.dtb
+
 .include <bsd.dtb.mk>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to