mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
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>
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