From a502dcea3df45326898b99dc9f5f3744a776339d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 17 Oct 2007 23:55:15 +0000 Subject: Some cosmetic cleanups in the flashrom code and output Corresponding to flashrom svn r151 and coreboot v2 svn r2873. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer --- mx29f002.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mx29f002.c') diff --git a/mx29f002.c b/mx29f002.c index 802e54f..7de4502 100644 --- a/mx29f002.c +++ b/mx29f002.c @@ -88,7 +88,7 @@ int write_29f002(struct flashchip *flash, uint8_t *buf) erase_29f002(flash); //*bios = 0xF0; #if 1 - printf("Programming Page: "); + printf("Programming page: "); for (i = 0; i < total_size; i++) { /* write to the sector */ if ((i & 0xfff) == 0) -- cgit v1.1