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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to