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 A20 is a Cortex-A7, so set CPUFLAGS to ...



details:   https://anonhg.NetBSD.org/src/rev/1ecec9b813ba
branches:  trunk
changeset: 333229:1ecec9b813ba
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Oct 24 10:59:45 2014 +0000

description:
A20 is a Cortex-A7, so set CPUFLAGS to match; disbale ALLWINNER_A10 and CPU_CORTEXA8 options

diffstat:

 sys/arch/evbarm/conf/CUBIETRUCK |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r c1719f5c1b1d -r 1ecec9b813ba sys/arch/evbarm/conf/CUBIETRUCK
--- a/sys/arch/evbarm/conf/CUBIETRUCK   Fri Oct 24 10:59:24 2014 +0000
+++ b/sys/arch/evbarm/conf/CUBIETRUCK   Fri Oct 24 10:59:45 2014 +0000
@@ -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    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



Home | Main Index | Thread Index | Old Index