NetBSD/sys/arch/mmeye/conf/std.mmeye
uebayasi 8572d2c144 Stop using linker scripts on all sh3 ports.
The only information to be compensated is text section start address.
The default value is set arch-wise as DEFTEXTADDR.  Each kernel config
can override the default value by setting TEXTADDR.

Tested on COMPUTEXEVB (evbsh3).

Reviewed By:	uwe
2006-03-17 16:06:51 +00:00

17 lines
425 B
Plaintext

# $NetBSD: std.mmeye,v 1.11 2006/03/17 16:06:52 uebayasi Exp $
#
# standard, required NetBSD/mmeye 'options'
machine mmeye sh3
include "conf/std" # MI standard options
options IOM_ROM_BEGIN=0x00000000
options IOM_RAM_SIZE=0x01000000 # 16MB
options IOM_RAM_BEGIN=0x0c000000
options IOM_ROM_SIZE=0x00200000 # 2MB
options EXEC_SCRIPT # exec #! scripts
makeoptions ENDIAN="-EB"
makeoptions DEFTEXTADDR="0x8c010000"