]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pcippc2/fpga_serial.c
spi: mxc_spi: Set master mode for all channels
[karo-tx-uboot.git] / board / pcippc2 / fpga_serial.c
index 5f89d9b125e105d71aa2e968cba8459cc28f2983..de61ca0e560731afde82c875e44f43d6ff1ce2b9 100644 (file)
@@ -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);