blob: d2e81816fcd2d35f23ff06cbf1eb27edc3047c73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: std.hpcsh,v 1.10 2010/05/13 18:21:32 kiyohara Exp $
#
# standard, required NetBSD/hpcsh 'options'
machine hpcsh sh3
include "conf/std" # MI standard options
include "arch/sh3/conf/std.sh3el" # arch standard options
options IOM_RAM_BEGIN=0x0c000000
makeoptions DEFTEXTADDR="0x8c001000"
options COM_REGMAP
|