22 lines
470 B
Plaintext
22 lines
470 B
Plaintext
# $NetBSD: std.iq80321,v 1.2 2002/04/25 01:47:56 briggs Exp $
|
|
#
|
|
# standard NetBSD/evbarm for IQ80321 options
|
|
|
|
machine evbarm arm
|
|
|
|
# Pull in IQ80321 config definitions.
|
|
include "arch/evbarm/conf/files.iq80321"
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_AOUT
|
|
options EXEC_SCRIPT
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
makeoptions LOADADDRESS="0xa0200000"
|
|
makeoptions BOARDTYPE="iq80321"
|
|
|
|
# We need to configure the PCI bus.
|
|
options PCI_NETBSD_CONFIGURE
|