>From 5548a865d8c9235f292c33583849f75042196289 Mon Sep 17 00:00:00 2001 From: Maksim Kuleshov <[email protected]> Date: Sat, 30 Mar 2013 22:02:57 +0400 Subject: [PATCH 6/7] lpt_bitbang_spi.c: byteblastermv tested OK
Signed-off-by: Maksim Kuleshov <[email protected]> --- lpt_bitbang_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lpt_bitbang_spi.c b/lpt_bitbang_spi.c index 2350e2b..12e41ba 100644 --- a/lpt_bitbang_spi.c +++ b/lpt_bitbang_spi.c @@ -100,7 +100,7 @@ static struct lpt_bitbang_spi_programmer prog_xilinx_dlc5 = { static struct lpt_bitbang_spi_programmer prog_altera_byteblastermv = { .type = "byteblaster", - .status = NT, + .status = OK, .description = "Altera ByteBlasterMV", .url = "ftp://ftp.altera.com/pub/lit_req/document/ds/dsbytemv.pdf", .spi_cs = {LPT_OUT_PIN_3, 0}, -- 1.7.10.4 _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
