Module Name:    src
Committed By:   matt
Date:           Sat Sep 22 19:49:34 UTC 2012

Modified Files:
        src/sys/arch/evbarm/conf: std.bcm53xx std.beagle

Log Message:
Add FPU_VFP option


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/std.bcm53xx
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/std.beagle

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/std.bcm53xx
diff -u src/sys/arch/evbarm/conf/std.bcm53xx:1.4 src/sys/arch/evbarm/conf/std.bcm53xx:1.5
--- src/sys/arch/evbarm/conf/std.bcm53xx:1.4	Tue Sep 18 15:00:33 2012
+++ src/sys/arch/evbarm/conf/std.bcm53xx	Sat Sep 22 19:49:34 2012
@@ -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 @@ options 	EXEC_SCRIPT
 # 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

Index: src/sys/arch/evbarm/conf/std.beagle
diff -u src/sys/arch/evbarm/conf/std.beagle:1.5 src/sys/arch/evbarm/conf/std.beagle:1.6
--- src/sys/arch/evbarm/conf/std.beagle:1.5	Wed Aug 29 19:10:16 2012
+++ src/sys/arch/evbarm/conf/std.beagle	Sat Sep 22 19:49:34 2012
@@ -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 	CORTEX_PMC
 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"

Reply via email to