1 # $NetBSD: std.landisk,v 1.2 2008/02/02 03:10:06 uwe Exp $ 2 # 3 # standard, required NetBSD/landisk 'options' 4 5 machine landisk sh3 6 include "conf/std" # MI standard options 7 include "arch/sh3/conf/std.sh3el" # arch standard options 8 9 # CPU support 10 options SH4 11 options SH7751R 12 options IOM_ROM_BEGIN=0x00000000 13 options IOM_ROM_SIZE=0x00080000 # 512KB 14 options IOM_RAM_BEGIN=0x0c000000 15 options IOM_RAM_SIZE=0x04000000 # 64MB 16