5df18e69a7
as well as include conf/std and std.arm
20 lines
545 B
Plaintext
20 lines
545 B
Plaintext
# $NetBSD: std.nslu2,v 1.5 2012/12/16 23:47:56 matt 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
|