GENERIC32_IP12 revision 1.3.10.1 1 # $NetBSD: GENERIC32_IP12,v 1.3.10.1 2007/11/06 23:21:45 matt 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
14 include "arch/sgimips/conf/GENERIC32_IP2x"
15
16 no options MIPS3
17 options MIPS1
18 no options INDY_R4600_CACHE
19
20 no makeoptions TEXTADDR
21 makeoptions TEXTADDR=0x80002000
22