]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/mips/boot/compressed/uart-alchemy.c
MIPS: Alchemy: debug output for compressed kernels
[mirror_ubuntu-focal-kernel.git] / arch / mips / boot / compressed / uart-alchemy.c
CommitLineData
aae7e8da
ML
1#include <asm/mach-au1x00/au1000.h>
2
3void putc(char c)
4{
5 /* all current (Jan. 2010) in-kernel boards */
6 alchemy_uart_putchar(UART0_PHYS_ADDR, c);
7}