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/c1719f5c1b1d
branches:  trunk
changeset: 333228:c1719f5c1b1d
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Oct 24 10:59:24 2014 +0000

description:
A20 is a Cortex-A7, so set CPUFLAGS to match

diffstat:

 sys/arch/evbarm/conf/BPI |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 13aee2e4a69f -r c1719f5c1b1d sys/arch/evbarm/conf/BPI
--- a/sys/arch/evbarm/conf/BPI  Fri Oct 24 10:48:05 2014 +0000
+++ b/sys/arch/evbarm/conf/BPI  Fri Oct 24 10:59:24 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BPI,v 1.6 2014/10/24 10:48:05 jmcneill Exp $
+#      $NetBSD: BPI,v 1.7 2014/10/24 10:59:24 jmcneill Exp $
 #
 #      BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel
 #
@@ -17,6 +17,8 @@
 
 # CPU options
 
+no makeoptions CPUFLAGS
+makeoptions    CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
 no makeoptions BOARDTYPE
 makeoptions    BOARDTYPE="bpi"
 #options       UVMHIST,UVMHIST_PRINT



Home | Main Index | Thread Index | Old Index