From fa496928690b691e085ed97634c45a3b917afc7b Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 12 Oct 2007 21:22:40 +0000 Subject: Changes to support the K8N-NEO3, first tested at Google on GSOC day :-) Also minor changes to remove tab-space combinations where possible. Corresponding to flashrom svn r144 and coreboot v2 svn r2850. Signed-off-by: Ronald G. Minnich Signed-off-by: David Hendricks Acked-by: Stefan Reinauer --- jedec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jedec.c') diff --git a/jedec.c b/jedec.c index cb4f6cd..49b1002 100644 --- a/jedec.c +++ b/jedec.c @@ -281,7 +281,7 @@ int write_jedec(struct flashchip *flash, uint8_t *buf) // dumb check if erase was successful. for (i = 0; i < total_size; i++) { if (bios[i] != (uint8_t) 0xff) { - printf("ERASE FAILED\n"); + printf("ERASE FAILED @%d, val %02x\n", i, bios[i]); return -1; } } -- cgit v1.1