summaryrefslogtreecommitdiff
path: root/arch/mips/boot/compressed/uart-alchemy.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot/compressed/uart-alchemy.c')
-rw-r--r--arch/mips/boot/compressed/uart-alchemy.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/boot/compressed/uart-alchemy.c b/arch/mips/boot/compressed/uart-alchemy.c
index 3112df8f90db..4bee55b93f6a 100644
--- a/arch/mips/boot/compressed/uart-alchemy.c
+++ b/arch/mips/boot/compressed/uart-alchemy.c
@@ -2,9 +2,5 @@
void putc(char c)
{
-#ifdef CONFIG_MIPS_DB1300
- alchemy_uart_putchar(AU1300_UART2_PHYS_ADDR, c);
-#else
alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c);
-#endif
}