[device]: Update syseeprom to CPU EEPROM for ingrasys s9180. (#1556)
This commit is contained in:
parent
744a52d440
commit
4b27ce0e73
@ -18,5 +18,5 @@ except ImportError, e:
|
||||
class board(eeprom_tlvinfo.TlvInfoDecoder):
|
||||
|
||||
def __init__(self, name, path, cpld_root, ro):
|
||||
self.eeprom_path = "/sys/class/i2c-adapter/i2c-0/0-0055/eeprom"
|
||||
self.eeprom_path = "/sys/class/i2c-adapter/i2c-0/0-0051/eeprom"
|
||||
super(board, self).__init__(self.eeprom_path, 0, '', True)
|
||||
|
Loading…
Reference in New Issue
Block a user