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 13 include "arch/sgimips/conf/GENERIC32_IP2x" 14 15 no options MIPS3 16 options MIPS1 17 no options INDY_R4600_CACHE 18 19 no makeoptions TEXTADDR 20 makeoptions TEXTADDR=0x80002000 21