mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 09:52:49 +03:00
[nvo] Allow resizing of non-volatile stored option blocks
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -3273,7 +3273,7 @@ falcon_probe_spi ( struct efab_nic *efab )
|
||||
/* If the device has EEPROM attached, then advertise NVO space */
|
||||
if ( has_eeprom ) {
|
||||
nvo_init ( &efab->nvo, &efab->spi_eeprom.nvs, 0x100, 0xf0,
|
||||
&efab->netdev->refcnt );
|
||||
NULL, &efab->netdev->refcnt );
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user