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 Comment out VERBOSE_INIT_ARM



details:   https://anonhg.NetBSD.org/src/rev/94c3622e40ff
branches:  trunk
changeset: 327835:94c3622e40ff
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Mar 18 08:22:05 2014 +0000

description:
Comment out VERBOSE_INIT_ARM

diffstat:

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

diffs (24 lines):

diff -r 752403bf94fe -r 94c3622e40ff sys/arch/evbarm/conf/MIRABOX
--- a/sys/arch/evbarm/conf/MIRABOX      Tue Mar 18 08:08:55 2014 +0000
+++ b/sys/arch/evbarm/conf/MIRABOX      Tue Mar 18 08:22:05 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MIRABOX,v 1.2 2014/03/18 07:07:40 matt Exp $
+#      $NetBSD: MIRABOX,v 1.3 2014/03/18 08:22:05 matt Exp $
 #
 #  This configuration supports for generically GlobalScale MiraBox
 #
@@ -10,12 +10,12 @@
 makeoptions    BOARDTYPE="mirabox"
 no options     EVBARM_BOARDTYPE
 options        EVBARM_BOARDTYPE=mirabox
-options        VERBOSE_INIT_ARM
+#options       VERBOSE_INIT_ARM
 no options     MEMSIZE
 options        MEMSIZE=0x40000000
 
 # CPU options
 options        FPU_VFP
 no makeoptions CPUFLAGS
-makeoptions    CPUFLAGS="-march=armv7-a -msoft-float -mfpu=vfpv4"
+makeoptions    CPUFLAGS="-march=armv7-a -msoft-float -mfpu=vfpv3"
 no options     CONSFREQ



Home | Main Index | Thread Index | Old Index