mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00
Clarify error message in enable_flash_sb600() a little
Corresponding to flashrom svn r469. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
parent
1bfd6c9524
commit
19997aeb00
@ -676,7 +676,7 @@ static int enable_flash_sb600(struct pci_dev *dev, const char *name)
|
||||
pci_write_byte(dev, reg, prot);
|
||||
prot = pci_read_long(dev, reg);
|
||||
if (prot & 0x3)
|
||||
printf("SB600 still %s%sprotected from %u to %u\n",
|
||||
printf("SB600 %s%sunprotect failed from %u to %u\n",
|
||||
(prot & 0x1) ? "write " : "",
|
||||
(prot & 0x2) ? "read " : "",
|
||||
(prot & 0xfffffc00),
|
||||
|
Loading…
x
Reference in New Issue
Block a user