Home | History | Annotate | Line # | Download | only in conf
std.integrator revision 1.6
      1 #	$NetBSD: std.integrator,v 1.6 2002/08/17 16:42:22 briggs Exp $
      2 #
      3 # standard NetBSD/integrator options
      4 
      5 machine	evbarm arm
      6 
      7 # Pull in Integrator config definitions.
      8 include "arch/evbarm/conf/files.integrator"
      9 
     10 options 	EXEC_AOUT
     11 options 	EXEC_SCRIPT
     12 options 	EXEC_ELF32
     13 
     14 # To support easy transit to ../arch/arm/arm32
     15 options 	ARM32
     16 
     17 options		__OLD_INTERRUPT_CODE	# XXX for now
     18 
     19 makeoptions	LOADADDRESS="0xa0100000"
     20 makeoptions	LINKENTRY="-e 0x10000"
     21 makeoptions	BOARDTYPE="integrator"
     22 
     23 options 	EVBARM_BOARDTYPE=EVBARM_BOARDTYPE_INTEGRATOR
     24