diff options
author | andrew <andrew@FreeBSD.org> | 2013-07-02 19:35:04 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2013-07-02 19:35:04 +0000 |
commit | 935ea81356eb716ce1d3ea80939d214ff8d7c4b4 (patch) | |
tree | e9dc10ae4d98f982a30e8df5088b639995f0d927 /sys/arm/conf | |
parent | 2971dd80c2385abe739d40acc0ab1e19bb21cd60 (diff) | |
download | FreeBSD-src-935ea81356eb716ce1d3ea80939d214ff8d7c4b4.zip FreeBSD-src-935ea81356eb716ce1d3ea80939d214ff8d7c4b4.tar.gz |
Enable VFP on Raspberry Pi. This has worked as of r251712.
Diffstat (limited to 'sys/arm/conf')
-rw-r--r-- | sys/arm/conf/RPI-B | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B index 96978ae..38db5dd 100644 --- a/sys/arm/conf/RPI-B +++ b/sys/arm/conf/RPI-B @@ -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 |