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

Andrew Turner andrew at FreeBSD.org
Tue Jul 2 19:35:05 UTC 2013


Author: andrew
Date: Tue Jul  2 19:35:04 2013
New Revision: 252522
URL: http://svnweb.freebsd.org/changeset/base/252522

Log:
  Enable VFP on Raspberry Pi. This has worked as of r251712.

Modified:
  head/sys/arm/conf/RPI-B

Modified: head/sys/arm/conf/RPI-B
==============================================================================
--- head/sys/arm/conf/RPI-B	Tue Jul  2 19:33:19 2013	(r252521)
+++ head/sys/arm/conf/RPI-B	Tue Jul  2 19:35:04 2013	(r252522)
@@ -120,3 +120,6 @@ options         FDT
 # handed to kernel via U-Boot and ubldr.
 #options         FDT_DTB_STATIC
 makeoptions     FDT_DTS_FILE=rpi.dts
+
+device		vfp			# vfp/neon
+options 	ARM_VFP_SUPPORT		# vfp/neon


More information about the svn-src-all mailing list