-----Original Message----- From: Tom Rini <[email protected]> Sent: Mittwoch, 18. August 2021 00:00 To: [email protected] Cc: Aleksandar Gerasimovski <[email protected]> Subject: [PATCH 04/13] keymile: Use CONFIG_SYS_IVM_EEPROM_ADR
As the code reads now, making this code path use CONFIG_SYS_IVM_EEPROM_ADR rather than CONFIG_SYS_I2C_EEPROM_ADDR seems to make sense as the rest of the EEPROM infrastructure isn't used on these platforms. Cc: Aleksandar Gerasimovski <[email protected]> Signed-off-by: Tom Rini <[email protected]> --- Reviewed-by: Aleksandar Gerasimovski <[email protected]> Regards, Aleksandar

