Skip to content

[iMX8QXP][C57] Modified base files to read from new Eeprom lib

Shirin Raeisi requested to merge seco-eeprom into seco_lf_v2021.04
  1. Enable i2c eeprom driver.
  2. Use of exported functions: int seco_eeprom_init(u8 i2c_bus_number, u8 i2c_addr); int seco_eeprom_get_macaddr(u8 *mac_addr); int seco_eeprom_print_all(void);
Edited by Shirin Raeisi

Merge request reports