summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-05-22 22:47:04 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-05-22 22:47:04 +0000
commit793bdcd71e367a5fc3cf39109fddde7ed240ebb1 (patch)
tree1cb2f07828fbe4135886adda381285042e0be2bd /chipset_enable.c
parentbf579488a4cda98a3478692d87d2332e5dfeea9f (diff)
downloadast2050-flashrom-793bdcd71e367a5fc3cf39109fddde7ed240ebb1.zip
ast2050-flashrom-793bdcd71e367a5fc3cf39109fddde7ed240ebb1.tar.gz
A bunch of cosmetic improvements
- Fix typos and inconsistencies. - Drop duplicate line which tells us the chip name twice. - Also print the chip vendor, not only the name. Corresponding to flashrom svn r249 and coreboot v2 svn r3348. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 1ab9a24..0e45f6e 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -154,7 +154,7 @@ static int enable_flash_ich(struct pci_dev *dev, const char *name,
*/
old = pci_read_byte(dev, bios_cntl);
- printf_debug("BIOS Lock Enable: %sabled, ",
+ printf_debug("\nBIOS Lock Enable: %sabled, ",
(old & (1 << 1)) ? "en" : "dis");
printf_debug("BIOS Write Enable: %sabled, ",
(old & (1 << 0)) ? "en" : "dis");
OpenPOWER on IntegriCloud