summaryrefslogtreecommitdiffstats
path: root/board/pcippc2/fpga_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pcippc2/fpga_serial.c')
-rw-r--r--board/pcippc2/fpga_serial.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/pcippc2/fpga_serial.c b/board/pcippc2/fpga_serial.c
index 5f89d9b125..de61ca0e56 100644
--- a/board/pcippc2/fpga_serial.c
+++ b/board/pcippc2/fpga_serial.c
@@ -73,13 +73,6 @@ void fpga_serial_putc (char c)
}
}
-void fpga_serial_puts (const char *s)
-{
- while (*s) {
- fpga_serial_print (*s++);
- }
-}
-
int fpga_serial_getc (void)
{
while ((in8 (UART (LSR)) & 0x01) == 0);
OpenPOWER on IntegriCloud