From 1668a8962e9a11581b5d4e8983e2675af849530a Mon Sep 17 00:00:00 2001 From: uwe Date: Wed, 17 Oct 2007 23:55:15 +0000 Subject: Original v2 revision: 2873 Some cosmetic cleanups in the flashrom code and output. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@151 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- sst28sf040.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sst28sf040.c') diff --git a/sst28sf040.c b/sst28sf040.c index 90bc177..85fb9d0 100644 --- a/sst28sf040.c +++ b/sst28sf040.c @@ -143,7 +143,7 @@ int write_28sf040(struct flashchip *flash, uint8_t *buf) unprotect_28sf040(bios); - printf("Programming Page: "); + printf("Programming page: "); for (i = 0; i < total_size / page_size; i++) { /* erase the page before programming */ erase_sector_28sf040(bios, i * page_size); -- cgit v1.2.1