summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/conf/std.mv2120
blob: a737bc7dda50941a14f398972fae9e22920d459b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: std.mv2120,v 1.3 2018/10/07 07:48:44 skrll 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>"