mirror of https://github.com/ipxe/ipxe.git
The VPD engine is broken and can't actually handle placing VPD
anywhere other than offset 0 within the EEPROM, so we have to put our settings at 0x100 instead.pull/1/head
parent
4c3e0fede5
commit
a128b33b8b
|
@ -2332,7 +2332,7 @@ static void falcon_init_spi ( struct efab_nic *efab ) {
|
|||
#define FALCON_MAC_ADDRESS_OFFSET(port) ( 0x310 + 0x08 * (port) )
|
||||
|
||||
static struct nvo_fragment falcon_eeprom_fragments[] = {
|
||||
{ 0, 0x100 },
|
||||
{ 0x100, 0x100 },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue