Module Name: src
Committed By: jmcneill
Date: Fri Oct 24 10:59:45 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: CUBIETRUCK
Log Message:
A20 is a Cortex-A7, so set CPUFLAGS to match; disbale ALLWINNER_A10 and
CPU_CORTEXA8 options
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/CUBIETRUCK
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/CUBIETRUCK
diff -u src/sys/arch/evbarm/conf/CUBIETRUCK:1.3 src/sys/arch/evbarm/conf/CUBIETRUCK:1.4
--- src/sys/arch/evbarm/conf/CUBIETRUCK:1.3 Sun Aug 31 19:13:01 2014
+++ src/sys/arch/evbarm/conf/CUBIETRUCK Fri Oct 24 10:59:45 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CUBIETRUCK,v 1.3 2014/08/31 19:13:01 matt Exp $
+# $NetBSD: CUBIETRUCK,v 1.4 2014/10/24 10:59:45 jmcneill Exp $
#
# CUBIETRUCK - Cubieboard3 (mostly cubieboard2 with 2GB)
#
@@ -16,6 +16,14 @@ makeoptions KERNEL_BASE_VIRT="0x80000000
makeoptions BOARDTYPE="cubietruck"
#
+# Cubietruck is an A20
+#
+no options ALLWINNER_A10
+no options CPU_CORTEXA8
+no makeoptions CPUFLAGS
+makeoptions CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
+
+#
# We need this too.
#
options PMAP_NEED_ALLOC_POOLPAGE