A bunch of cosmetic improvements (trivial).
- Fix typos and inconsistencies. - Drop duplicate line which tells us the chip name twice. - Also print the chip vendor, not only the name. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3348 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user