1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 14:33:18 +02:00

Multibyte SPI write for the Bus Pirate

Corresponding to flashrom svn r964.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Sean Nelson <audiohacked@gmail.com>
This commit is contained in:
Carl-Daniel Hailfinger
2010-03-22 03:30:58 +00:00
parent 50415d2e48
commit 408e47af32
3 changed files with 38 additions and 2 deletions

2
spi.c
View File

@ -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