1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 22:43:17 +02:00

Convert the remaining references to *_49fl00x

Now the only remaining and used function in pm49fl00x.c is unlock_49fl00x.

Also:
 - Add missing unlock to AMIC A49LF040A.
 - Add lock_49fl00x function.

Corresponding to flashrom svn r917.

Signed-off-by: Sean Nelson <audiohacked@gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Sean Nelson
2010-02-27 18:01:15 +00:00
parent 8c1df280e3
commit 36172342c8
3 changed files with 11 additions and 6 deletions

View File

@ -43,6 +43,12 @@ int unlock_49fl00x(struct flashchip *flash)
return 0;
}
int lock_49fl00x(struct flashchip *flash)
{
write_lockbits_49fl00x(flash->virtual_registers, flash->total_size * 1024, 1, flash->page_size);
return 0;
}
int erase_49fl00x(struct flashchip *flash)
{
int i;