Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / mips / boot / compressed / uart-alchemy.c
diff --git a/kernel/arch/mips/boot/compressed/uart-alchemy.c b/kernel/arch/mips/boot/compressed/uart-alchemy.c
new file mode 100644 (file)
index 0000000..4bee55b
--- /dev/null
@@ -0,0 +1,6 @@
+#include <asm/mach-au1x00/au1000.h>
+
+void putc(char c)
+{
+       alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c);
+}