blob: 22e938ffcf90ad6834c96c0e269c6750e27212e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: std.armadillo9,v 1.9 2018/10/08 10:22:17 skrll Exp $
#
# standard NetBSD/evbarm for Armadillo9 options
machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
# Pull in armadillo9 config definitions.
include "arch/evbarm/conf/files.armadillo9"
options ARM_INTR_IMPL="<arch/arm/ep93xx/ep93xx_intr.h>"
options KERNEL_BASE_EXT=0xc0000000
makeoptions BOARDTYPE="armadillo9"
makeoptions LOADADDRESS="0xc0200000"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.armadillo9"
|