xref: /OK3568_Linux_fs/kernel/arch/mips/mti-malta/Platform (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun#
2*4882a593Smuzhiyun# MIPS Malta board
3*4882a593Smuzhiyun#
4*4882a593Smuzhiyuncflags-$(CONFIG_MIPS_MALTA)	+= -I$(srctree)/arch/mips/include/asm/mach-malta
5*4882a593Smuzhiyunifdef CONFIG_KVM_GUEST
6*4882a593Smuzhiyun    load-$(CONFIG_MIPS_MALTA)	+= 0x0000000040100000
7*4882a593Smuzhiyunelse
8*4882a593Smuzhiyun    load-$(CONFIG_MIPS_MALTA)	+= 0xffffffff80100000
9*4882a593Smuzhiyunendif
10*4882a593Smuzhiyunall-$(CONFIG_MIPS_MALTA)	:= $(COMPRESSION_FNAME).bin
11