mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
[nvo] Allow resizing of non-volatile stored option blocks
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -288,7 +288,7 @@ static void rtl_init_eeprom ( struct net_device *netdev ) {
|
||||
DBGC ( rtl, "rtl8139 %p EEPROM in use for VPD; cannot use "
|
||||
"for options\n", rtl );
|
||||
} else {
|
||||
nvo_init ( &rtl->nvo, &rtl->eeprom.nvs, 0x20, 0x40,
|
||||
nvo_init ( &rtl->nvo, &rtl->eeprom.nvs, 0x20, 0x40, NULL,
|
||||
&netdev->refcnt );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user