Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2013 19:29:51 +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: r254464 - head/sys/arm/conf
Message-ID:  <201308171929.r7HJTpxX083749@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308171929.r7HJTpxX083749>