diff options
Diffstat (limited to 'pm49fl00x.c')
-rw-r--r-- | pm49fl00x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pm49fl00x.c b/pm49fl00x.c index e2ca7b66..86f34971 100644 --- a/pm49fl00x.c +++ b/pm49fl00x.c @@ -35,7 +35,7 @@ void write_lockbits_49fl00x(volatile uint8_t *bios, int size, if (block_size == 16384 && i % 2) continue; - writeb(bits, bios + (i * block_size) + 2); + chip_writeb(bits, bios + (i * block_size) + 2); } } |