svn commit: r270858 - head/sys/arm/conf

Michael Tuexen tuexen at FreeBSD.org
Sat Aug 30 20:00:18 UTC 2014


Author: tuexen
Date: Sat Aug 30 20:00:18 2014
New Revision: 270858
URL: http://svnweb.freebsd.org/changeset/base/270858

Log:
  Remove FDT option, since it is in every file, which includes this one.

Modified:
  head/sys/arm/conf/IMX6

Modified: head/sys/arm/conf/IMX6
==============================================================================
--- head/sys/arm/conf/IMX6	Sat Aug 30 19:59:42 2014	(r270857)
+++ head/sys/arm/conf/IMX6	Sat Aug 30 20:00:18 2014	(r270858)
@@ -147,7 +147,6 @@ device  	u3g			# USB modems
 options  	ROOTDEVNAME=\"ufs:mmcsd0s2a\"
 
 # ARM and SoC-specific options
-options  	FDT			# Configure using FDT/DTB data.
 options  	SMP			# Enable multiple cores
 options  	VFP			# Enable floating point hardware support
 options  	FREEBSD_BOOT_LOADER	# Process metadata passed from loader(8)


More information about the svn-src-all mailing list