GENERIC32_IP12 revision 1.1
11.1Ssekiya# 21.1Ssekiya# sgimips GENERIC kernel for IP12 31.1Ssekiya# 41.1Ssekiya# The IP12 is very, very similar to the IP2x, with one important difference: 51.1Ssekiya# it is MIPS1. This means that we cannot produce a kernel that works on both 61.1Ssekiya# architectures. 71.1Ssekiya# 81.1Ssekiya# To keep things simple, include the IP2x kernel config and "no option" the 91.1Ssekiya# offending bits. 101.1Ssekiya 111.1Ssekiya# Pull in standard `install' config 121.1Ssekiyainclude "arch/sgimips/conf/GENERIC32_IP2x" 131.1Ssekiya 141.1Ssekiyano options MIPS3 151.1Ssekiyaoptions MIPS1 161.1Ssekiyano options INDY_R4600_CACHE 171.1Ssekiya 181.1Ssekiyano makeoptions TEXTADDR 191.1Ssekiyamakeoptions TEXTADDR=0x80002000 20