blob: ba5147a7420bffe7cbcf27ce1285bb84b6944804 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: std.obs600,v 1.2 2013/11/21 14:03:02 kiyohara Exp $
#
# Standard/required options for obs600.
include "arch/evbppc/conf/std.obs405"
options MULTIUIC
options EVBPPC_HAS_MBR
makeoptions PRDCTTYPE="obs600"
makeoptions TEXTADDR=0x25000
options KERNBASE=0x25000
include "arch/evbppc/conf/files.obs600"
|