 bd8510df88
			
		
	
	
	bd8510df88
	
	
	
		
			
			Combine support for the DB1200/PB1200, DB1300 and DB1550 boards into a single kernel image. defconfig-generated image verified on DB1200, DB1300 and DB1550. Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/4335/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			109 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			109 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <asm/mach-au1x00/au1000.h>
 | |
| 
 | |
| void putc(char c)
 | |
| {
 | |
| 	alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c);
 | |
| }
 |