diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-17 23:55:15 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-17 23:55:15 +0000 |
commit | 6243d1ceaeacd61d1fbe3d36dc44d43b87dacb68 (patch) | |
tree | 9746755cc3c75130ac3a05755ebbbcaff8fd81f3 /m29f400bt.c | |
parent | ef275232de089114b2260ee63316cfd0d359310f (diff) | |
download | flashrom-6243d1ceaeacd61d1fbe3d36dc44d43b87dacb68.zip flashrom-6243d1ceaeacd61d1fbe3d36dc44d43b87dacb68.tar.gz |
Some cosmetic cleanups in the flashrom code and output
Corresponding to flashrom svn r151 and coreboot v2 svn r2873.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'm29f400bt.c')
-rw-r--r-- | m29f400bt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m29f400bt.c b/m29f400bt.c index 962d88c..40b219c 100644 --- a/m29f400bt.c +++ b/m29f400bt.c @@ -124,7 +124,7 @@ int write_m29f400bt(struct flashchip *flash, uint8_t *buf) volatile uint8_t *bios = flash->virtual_memory; //erase_m29f400bt (flash); - printf("Programming Page:\n "); + printf("Programming page:\n "); /********************************* *Pages for M29F400BT: * 16 0x7c000 0x7ffff TOP @@ -175,7 +175,7 @@ int write_linuxbios_m29f400bt(struct flashchip *flash, uint8_t *buf) { volatile uint8_t *bios = flash->virtual_memory; - printf("Programming Page:\n "); + printf("Programming page:\n "); /********************************* *Pages for M29F400BT: * 16 0x7c000 0x7ffff TOP |