NetBSD/sys/arch/evbarm/conf/std.mv2120
2012-12-16 23:47:56 +00:00

18 lines
467 B
Plaintext

# $NetBSD: std.mv2120,v 1.2 2012/12/16 23:47:56 matt Exp $
#
# standard NetBSD/evbarm for MARVELL options
machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
include "arch/evbarm/conf/files.marvell"
options __HAVE_PCI_CONF_HOOK # should be in types.h
options COM_REGMAP
options KERNEL_BASE_EXT=0xc0000000
makeoptions LOADADDRESS="0xc0400000"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.mv2120"
options ARM_INTR_IMPL="<arch/arm/marvell/mvsoc_intr.h>"