]> git.sur5r.net Git - u-boot/blobdiff - board/pcippc2/fpga_serial.c
mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization
[u-boot] / 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);