From 0c8f8d3dc7300d33ea2acef0f5e994706e3b435e Mon Sep 17 00:00:00 2001 From: stefanct Date: Tue, 26 Jul 2011 14:33:46 +0000 Subject: add a bunch of new/tested stuff and various small changes 6 - add J-7BXAN to the list of supported boards http://www.flashrom.org/pipermail/flashrom/2011-July/007397.html - fix urls, typos, whitespace etc. - fix counting of supported chips in the wiki output Signed-off-by: Stefan Tauner the last one is Acked-by: Carl-Daniel Hailfinger everything else is Acked-by: Stefan Tauner git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1393 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 4610102..5d2e441 100644 --- a/spi.c +++ b/spi.c @@ -196,4 +196,4 @@ void register_spi_programmer(const struct spi_programmer *pgm) { spi_programmer = pgm; buses_supported |= CHIP_BUSTYPE_SPI; -} \ No newline at end of file +} -- cgit v1.2.1