Date: Sun, 10 Sep 2017 23:31:21 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r323402 - in stable/11/sys: arm/conf modules/dtb/imx5 Message-ID: <201709102331.v8ANVLUb098545@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Sun Sep 10 23:31:21 2017 New Revision: 323402 URL: https://svnweb.freebsd.org/changeset/base/323402 Log: MFC r315572, r315573, r315575, r315578: Add a module to build imx5 dtb files. Add dtb/imx5 module build to the IMX53 kernel config. Remove configs for IMX53-QSB and DIGI-CCWMX53. They were just standard IMX53 with static dtb added, and now that imx53 can use vendor- supplied dts files and ubldr, there is no need for a static-dtb variant. Added: stable/11/sys/modules/dtb/imx5/ - copied from r315578, head/sys/modules/dtb/imx5/ Deleted: stable/11/sys/arm/conf/DIGI-CCWMX53 stable/11/sys/arm/conf/IMX53-QSB Modified: stable/11/sys/arm/conf/IMX53 Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/arm/conf/IMX53 ============================================================================== --- stable/11/sys/arm/conf/IMX53 Sun Sep 10 23:12:07 2017 (r323401) +++ stable/11/sys/arm/conf/IMX53 Sun Sep 10 23:31:21 2017 (r323402) @@ -117,3 +117,4 @@ device wlan_amrr # AMRR transmit rate control algori # Flattened Device Tree options FDT # Configure using FDT/DTB data +makeoptions MODULES_EXTRA=dtb/imx5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709102331.v8ANVLUb098545>