summaryrefslogtreecommitdiffstats
path: root/m29f400bt.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-10-17 23:55:15 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-17 23:55:15 +0000
commita502dcea3df45326898b99dc9f5f3744a776339d (patch)
tree9746755cc3c75130ac3a05755ebbbcaff8fd81f3 /m29f400bt.c
parentdca0ab18840775e1d423faff55045066344ccb87 (diff)
downloadast2050-flashrom-a502dcea3df45326898b99dc9f5f3744a776339d.zip
ast2050-flashrom-a502dcea3df45326898b99dc9f5f3744a776339d.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.c4
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
OpenPOWER on IntegriCloud