From 408e47af32b06613576bff74c0f455fc00220d58 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Mon, 22 Mar 2010 03:30:58 +0000 Subject: Multibyte SPI write for the Bus Pirate Corresponding to flashrom svn r964. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Sean Nelson --- spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spi.c') diff --git a/spi.c b/spi.c index 41bb8f3..8bbbe6e 100644 --- a/spi.c +++ b/spi.c @@ -108,7 +108,7 @@ const struct spi_programmer spi_programmer[] = { .command = buspirate_spi_send_command, .multicommand = default_spi_send_multicommand, .read = buspirate_spi_read, - .write_256 = spi_chip_write_1, + .write_256 = buspirate_spi_write_256, }, #endif -- cgit v1.1