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

Emmanuel Vadot manu at FreeBSD.org
Wed Aug 15 21:47:04 UTC 2018


Author: manu
Date: Wed Aug 15 21:47:03 2018
New Revision: 337877
URL: https://svnweb.freebsd.org/changeset/base/337877

Log:
  am335x: Add pocketbeagle DTS to the build
  
  U-Boot works for this board since 2018.07 and the DTS is now present
  in the tree.

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

Modified: head/sys/modules/dtb/am335x/Makefile
==============================================================================
--- head/sys/modules/dtb/am335x/Makefile	Wed Aug 15 21:38:44 2018	(r337876)
+++ head/sys/modules/dtb/am335x/Makefile	Wed Aug 15 21:47:03 2018	(r337877)
@@ -7,6 +7,7 @@ DTS=	\
 	am335x-bonegreen.dts \
 	am335x-bonegreen-wireless.dts \
 	am335x-boneblue.dts \
+	am335x-pocketbeagle.dts \
 	ufw.dts
 
 .include <bsd.dtb.mk>


More information about the svn-src-all mailing list