Module Name:    src
Committed By:   rkujawa
Date:           Fri Jun 14 20:02:44 UTC 2013

Modified Files:
        src/sys/arch/evbarm/conf: std.armadaxp

Log Message:
Use VBAR register on Armada XP.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/std.armadaxp

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.armadaxp
diff -u src/sys/arch/evbarm/conf/std.armadaxp:1.1 src/sys/arch/evbarm/conf/std.armadaxp:1.2
--- src/sys/arch/evbarm/conf/std.armadaxp:1.1	Wed May 29 22:52:19 2013
+++ src/sys/arch/evbarm/conf/std.armadaxp	Fri Jun 14 20:02:44 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: std.armadaxp,v 1.1 2013/05/29 22:52:19 rkujawa Exp $
+#	$NetBSD: std.armadaxp,v 1.2 2013/06/14 20:02:44 rkujawa Exp $
 #
 # standard NetBSD/evbarm for ARMADAXP options
 
@@ -28,6 +28,7 @@ makeoptions	BOARDTYPE="armadaxp"
 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.armadaxp"
 
 options 	EVBARM_BOARDTYPE="Armada XP"
+options		ARM_HAS_VBAR
 options 	ARM_INTR_IMPL="<arch/arm/marvell/mvsoc_intr.h>"
 options 	COM_REGMAP
 options 	COM_16750

Reply via email to