From db4e87dccf040f29dca18571bc455ee23fb430eb Mon Sep 17 00:00:00 2001 From: Aidan Thornton Date: Tue, 27 Aug 2013 18:01:53 +0000 Subject: Add support for Atmel AT45DB* chips Corresponding to flashrom svn r1723. Signed-off-by: Aidan Thornton Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner --- spi25_statusreg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spi25_statusreg.c') diff --git a/spi25_statusreg.c b/spi25_statusreg.c index 8fb7f2d..48fceb0 100644 --- a/spi25_statusreg.c +++ b/spi25_statusreg.c @@ -270,7 +270,7 @@ static void spi_prettyprint_status_register_bp(uint8_t status, int bp) } /* Unnamed bits. */ -static void spi_prettyprint_status_register_bit(uint8_t status, int bit) +void spi_prettyprint_status_register_bit(uint8_t status, int bit) { msg_cdbg("Chip status register: Bit %i is %sset\n", bit, (status & (1 << bit)) ? "" : "not "); } -- cgit v1.1