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