From 5a45de6a816fd243c835eeaea2afc68d794f9ab0 Mon Sep 17 00:00:00 2001 From: hailfinger Date: Mon, 22 Mar 2010 03:30:58 +0000 Subject: Multibyte SPI write for the Bus Pirate. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Sean Nelson git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@964 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- 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.2.1