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