svn commit: r279593 - head/sys/modules/dtb/imx6

Ian Lepore ian at FreeBSD.org
Wed Mar 4 16:19:36 UTC 2015


Author: ian
Date: Wed Mar  4 16:19:34 2015
New Revision: 279593
URL: https://svnweb.freebsd.org/changeset/base/279593

Log:
  Remove imx6s-wandboard.dts, there is no such file.  Also imx6q-wandboard
  to follow imx6dl-wandboard (so that the entries are sorted by board name
  first, then by soc type).

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

Modified: head/sys/modules/dtb/imx6/Makefile
==============================================================================
--- head/sys/modules/dtb/imx6/Makefile	Wed Mar  4 15:00:20 2015	(r279592)
+++ head/sys/modules/dtb/imx6/Makefile	Wed Mar  4 16:19:34 2015	(r279593)
@@ -5,8 +5,7 @@ DTS=	\
 	imx6q-cubox-i.dts \
 	imx6dl-hummingboard.dts \
 	imx6q-hummingboard.dts \
-	imx6q-wandboard.dts \
 	imx6dl-wandboard.dts \
-	imx6s-wandboard.dts
+	imx6q-wandboard.dts
 
 .include <bsd.dtb.mk>


More information about the svn-src-head mailing list