mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			247 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			247 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 *	Machine specific setup for generic
 | 
						|
 */
 | 
						|
 | 
						|
#include <linux/init.h>
 | 
						|
#include <linux/interrupt.h>
 | 
						|
#include <asm/arch_hooks.h>
 | 
						|
#include <asm/io.h>
 | 
						|
#include <asm/setup.h>
 | 
						|
 | 
						|
char * __init machine_specific_memory_setup(void)
 | 
						|
{
 | 
						|
	return "RDC R-321x";
 | 
						|
}
 |