diff options
| author | Michael Brown | 2011-01-11 01:53:50 +0100 |
|---|---|---|
| committer | Michael Brown | 2011-01-19 14:52:48 +0100 |
| commit | 17d28f48776b909d031bcb0435c852ade1bd8988 (patch) | |
| tree | 476b71c1eff4ec7ec5999504c112ae321d3acbb6 /src/drivers/net/natsemi.c | |
| parent | [nvo] Remove the non-volatile options fragment list (diff) | |
| download | ipxe-17d28f48776b909d031bcb0435c852ade1bd8988.tar.gz ipxe-17d28f48776b909d031bcb0435c852ade1bd8988.tar.xz ipxe-17d28f48776b909d031bcb0435c852ade1bd8988.zip | |
[nvo] Allow resizing of non-volatile stored option blocks
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/natsemi.c')
| -rw-r--r-- | src/drivers/net/natsemi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/natsemi.c b/src/drivers/net/natsemi.c index 61073b59b..da2f0886f 100644 --- a/src/drivers/net/natsemi.c +++ b/src/drivers/net/natsemi.c @@ -154,7 +154,7 @@ static void natsemi_init_eeprom ( struct natsemi_private *np ) { * this region. Currently it is not working. But with some * efforts it can. */ - nvo_init ( &np->nvo, &np->eeprom.nvs, 0x0c, 0x68, NULL ); + nvo_init ( &np->nvo, &np->eeprom.nvs, 0x0c, 0x68, NULL, NULL ); } /** |
