Date: Wed, 4 Mar 2015 16:19:35 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r279593 - head/sys/modules/dtb/imx6 Message-ID: <201503041619.t24GJZT3042592@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503041619.t24GJZT3042592>