Home | History | Annotate | Line # | Download | only in conf
MIRABOX revision 1.2
      1 #	$NetBSD: MIRABOX,v 1.2 2014/03/18 07:07:40 matt Exp $
      2 #
      3 #  This configuration supports for generically GlobalScale MiraBox
      4 #
      5 
      6 include 	"arch/evbarm/conf/ARMADAXP"
      7 
      8 # Board Type
      9 no makeoptions	BOARDTYPE
     10 makeoptions	BOARDTYPE="mirabox"
     11 no options 	EVBARM_BOARDTYPE
     12 options 	EVBARM_BOARDTYPE=mirabox
     13 options 	VERBOSE_INIT_ARM
     14 no options	MEMSIZE
     15 options 	MEMSIZE=0x40000000
     16 
     17 # CPU options
     18 options 	FPU_VFP
     19 no makeoptions	CPUFLAGS
     20 makeoptions	CPUFLAGS="-march=armv7-a -msoft-float -mfpu=vfpv4"
     21 no options	CONSFREQ
     22