summaryrefslogtreecommitdiff
path: root/ft2232_spi.c
diff options
context:
space:
mode:
authorhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-07-12 12:06:18 +0000
committerhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-07-12 12:06:18 +0000
commit4ae0b971bd30151458da59b73eb09a755a904d6f (patch)
tree836e46a0ba0fcd1ce41a52eddcb3437c2d08e2e5 /ft2232_spi.c
parente90ebab4eac1492d4ff0260f9070559940fe81ee (diff)
downloadflashrom-4ae0b971bd30151458da59b73eb09a755a904d6f.tar.gz
Convert SPI byte program to use the multicommand infrastructure.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Tested it on Epia-m700 worked okay. Acked-by: Jakob Bornecrantz <wallbraker@gmail.com> Tested-by: Jakob Bornecrantz <wallbraker@gmail.com> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@651 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'ft2232_spi.c')
-rw-r--r--ft2232_spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ft2232_spi.c b/ft2232_spi.c
index ea7a810..8e6e836 100644
--- a/ft2232_spi.c
+++ b/ft2232_spi.c
@@ -276,7 +276,6 @@ int ft2232_spi_write_256(struct flashchip *flash, uint8_t *buf)
else
l = total_size - i;
- spi_write_enable();
if ((r = spi_nbyte_program(i, &buf[i], l))) {
fprintf(stderr, "%s: write fail %d\n", __FUNCTION__, r);
// spi_write_disable(); chip does this for us