mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
Fix a few typos from the last commit
Corresponding to flashrom svn r966. Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Sean Nelson <audiohacked@gmail.com>
This commit is contained in:
@ -206,10 +206,10 @@ int write_82802ab(struct flashchip *flash, uint8_t *buf)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int unlock_28f004s5(struct flashrom *flash)
|
||||
int unlock_28f004s5(struct flashchip *flash)
|
||||
{
|
||||
chipaddr bios = flash->virtual_memory;
|
||||
uint8_t mcfg, bcfg, need_unlock = 0, can_unlock = 0;
|
||||
uint8_t mcfg, bcfg, need_unlock = 0, can_unlock = 0, i;
|
||||
|
||||
/* Clear status register */
|
||||
chip_writeb(0x50, bios);
|
||||
|
Reference in New Issue
Block a user