blob: 6fb649c144b40898800aaaefeee81115018e3e13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: std.nslu2,v 1.6 2018/10/07 07:48:44 skrll Exp $
#
# Standard NetBSD/evbarm options for Linksys NSLU2
machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
# Pull in NSLU2 config definitions.
include "arch/evbarm/conf/files.nslu2"
options KERNEL_BASE_EXT=0xc0000000
makeoptions LOADADDRESS="0xc0200000"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.nslu2"
options ARM_INTR_IMPL="<arch/arm/xscale/ixp425_intr.h>"
options __BUS_SPACE_HAS_STREAM_METHODS
# We need to configure the PCI bus.
options PCI_NETBSD_CONFIGURE
|