xref: /OK3568_Linux_fs/kernel/arch/mips/sgi-ip32/Platform (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun#
2*4882a593Smuzhiyun# SGI-IP32 (O2)
3*4882a593Smuzhiyun#
4*4882a593Smuzhiyun# Set the load address to >= 80069000 if you want to leave space for symmon,
5*4882a593Smuzhiyun# 0xffffffff80004000 for production kernels.  Note that the value must be aligned to
6*4882a593Smuzhiyun# a multiple of the kernel stack size or the handling of the current variable
7*4882a593Smuzhiyun# will break.
8*4882a593Smuzhiyun#
9*4882a593Smuzhiyuncflags-$(CONFIG_SGI_IP32)	+= -I$(srctree)/arch/mips/include/asm/mach-ip32
10*4882a593Smuzhiyunload-$(CONFIG_SGI_IP32)		+= 0xffffffff80004000
11