Remove the extra EEPROM reload step I added before. vge_reset()
already does this anyway.
This commit is contained in:
parent
20fc2576fe
commit
627e5814bc
@ -300,8 +300,6 @@ vge_read_eeprom(sc, dest, off, cnt, swap)
|
||||
*ptr = word;
|
||||
}
|
||||
#else
|
||||
CSR_SETBIT_1(sc, VGE_EECSR, VGE_EECSR_RELOAD);
|
||||
DELAY(500);
|
||||
for (i = 0; i < ETHER_ADDR_LEN; i++)
|
||||
dest[i] = CSR_READ_1(sc, VGE_PAR0 + i);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user