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

Ian Lepore ian at FreeBSD.org
Sat Aug 17 19:29:51 UTC 2013


Author: ian
Date: Sat Aug 17 19:29:51 2013
New Revision: 254464
URL: http://svnweb.freebsd.org/changeset/base/254464

Log:
  Enable VFP support for BeagleBone.

Modified:
  head/sys/arm/conf/BEAGLEBONE

Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE	Sat Aug 17 19:24:58 2013	(r254463)
+++ head/sys/arm/conf/BEAGLEBONE	Sat Aug 17 19:29:51 2013	(r254464)
@@ -49,6 +49,7 @@ options 	_KPOSIX_PRIORITY_SCHEDULING #Po
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
 options 	PREEMPTION
 options 	FREEBSD_BOOT_LOADER
+options 	VFP			# vfp/neon
 
 # Debugging
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols


More information about the svn-src-all mailing list