More information about the SEAD-3 platform can be found at <http://www.mips.com/products/development-kits/mips-sead-3/> on MTI's site. Currently, the M14K family of cores is what the SEAD-3 is utilised with. Signed-off-by: Douglas Leung <douglas@mips.com> Signed-off-by: Chris Dearman <chris@mips.com> Signed-off-by: Steven J. Hill <sjhill@mips.com>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			247 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			247 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
#
 | 
						|
# MIPS SEAD-3 board
 | 
						|
#
 | 
						|
platform-$(CONFIG_MIPS_SEAD3)	+= mti-sead3/
 | 
						|
cflags-$(CONFIG_MIPS_SEAD3)	+= -I$(srctree)/arch/mips/include/asm/mach-sead3
 | 
						|
load-$(CONFIG_MIPS_SEAD3)	+= 0xffffffff80100000
 | 
						|
all-$(CONFIG_MIPS_SEAD3)	:= $(COMPRESSION_FNAME).srec
 |