[U-Boot] eeprom - spi collides with i2c

Ran Shalit ranshalit at gmail.com
Fri Dec 2 09:43:41 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 epprom (bacause 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