GENERIC32_IP12 revision 1.3
1#	$NetBSD: GENERIC32_IP12,v 1.3 2007/07/08 09:54:50 pooka Exp $
2#
3# sgimips GENERIC kernel for IP12
4#
5# The IP12 is very, very similar to the IP2x, with two important differences:
6# it is MIPS1 and has a different memory map. This means that while we can
7# produce a kernel that works on both CPU architectures, our start addresses
8# must differ.
9#
10# To keep things simple, include the IP2x kernel config and "no option" the
11# offending bits.
12
13# Pull in standard `install' config
14include 	"arch/sgimips/conf/GENERIC32_IP2x"
15
16no options	MIPS3
17options		MIPS1
18no options	INDY_R4600_CACHE
19
20no makeoptions	TEXTADDR
21makeoptions	TEXTADDR=0x80002000
22