Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Add FPU_VFP option



details:   https://anonhg.NetBSD.org/src/rev/d02ed77d9510
branches:  trunk
changeset: 781680:d02ed77d9510
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Sep 22 19:49:34 2012 +0000

description:
Add FPU_VFP option

diffstat:

 sys/arch/evbarm/conf/std.bcm53xx |  3 ++-
 sys/arch/evbarm/conf/std.beagle  |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r a55e5ddb8e03 -r d02ed77d9510 sys/arch/evbarm/conf/std.bcm53xx
--- a/sys/arch/evbarm/conf/std.bcm53xx  Sat Sep 22 19:45:53 2012 +0000
+++ b/sys/arch/evbarm/conf/std.bcm53xx  Sat Sep 22 19:49:34 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.bcm53xx,v 1.4 2012/09/18 15:00:33 matt Exp $
+#      $NetBSD: std.bcm53xx,v 1.5 2012/09/22 19:49:34 matt Exp $
 #
 # standard NetBSD/evbarm for BEAGLEBAORD options
 
@@ -14,6 +14,7 @@
 # To support easy transit to ../arch/arm/arm32
 options        COM_TOLERANCE=40
 options        ARM32
+options        FPU_VFP
 options        CORTEX_PMC
 options        _ARM32_NEED_BUS_DMA_BOUNCE
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
diff -r a55e5ddb8e03 -r d02ed77d9510 sys/arch/evbarm/conf/std.beagle
--- a/sys/arch/evbarm/conf/std.beagle   Sat Sep 22 19:45:53 2012 +0000
+++ b/sys/arch/evbarm/conf/std.beagle   Sat Sep 22 19:49:34 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.beagle,v 1.5 2012/08/29 19:10:16 matt Exp $
+#      $NetBSD: std.beagle,v 1.6 2012/09/22 19:49:34 matt Exp $
 #
 # standard NetBSD/evbarm for BEAGLEBAORD options
 
@@ -18,6 +18,7 @@
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        TPIDRPRW_IS_CURCPU
 options        KERNEL_BASE_EXT=0x80000000
+options        FPU_VFP
 
 makeoptions    LOADADDRESS="0x80300000"
 makeoptions    BOARDTYPE="beagle"



Home | Main Index | Thread Index | Old Index