5df18e69a7
as well as include conf/std and std.arm
20 lines
488 B
Plaintext
20 lines
488 B
Plaintext
# $NetBSD: std.tsarm,v 1.8 2012/12/16 23:47:57 matt Exp $
|
|
#
|
|
# standard NetBSD/evbarm for TS7200 options
|
|
|
|
machine evbarm arm
|
|
include "arch/evbarm/conf/std.evbarm"
|
|
|
|
# Pull in tsarm config definitions.
|
|
include "arch/evbarm/conf/files.tsarm"
|
|
|
|
options EXEC_AOUT
|
|
|
|
options HZ=64
|
|
|
|
makeoptions BOARDTYPE="tsarm"
|
|
options KERNEL_BASE_EXT=0xc0000000
|
|
makeoptions LOADADDRESS="0xc0200000"
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.tsarm"
|
|
options ARM_INTR_IMPL="<arch/arm/ep93xx/ep93xx_intr.h>"
|