[U-Boot] eeprom with i2c (instead spi)

Ran Shalit ranshalit at gmail.com
Fri Dec 30 08:37:18 CET 2016


Hello,

I'm trying to use eeprom with u-boot.
I've added CONFIG_CMD_EEPROM,
But then I see that the file uses spi eeprom (because config use
CONFIG_SPI for other devices - not eeprom).
Does it mean I just need to
#undef CONFIG_SPI
at the start of cmd_eeprom.c file ?

Thank you!
Ran


More information about the U-Boot mailing list