
Le 21/11/2018 à 11:18, Jagan Teki a écrit :
On Wed, Nov 21, 2018 at 2:39 PM Jagan Teki jagan@amarulasolutions.com wrote:
On Wed, Nov 21, 2018 at 2:21 PM Christophe Leroy christophe.leroy@c-s.fr wrote:
Signed-off-by: Christophe Leroy christophe.leroy@c-s.fr
drivers/spi/mpc8xx_spi.c | 179 ++++++++---------------------------------------
How did you handle this eeprom calls?
cmd/built-in.o: In function `eeprom_init': ~/u-boot-dev/cmd/eeprom.c:71: undefined reference to `spi_init_f' cmd/built-in.o: In function `eeprom_rw_block': ~/u-boot-dev/cmd/eeprom.c:135: undefined reference to `spi_read' ~/u-boot-dev/cmd/eeprom.c:137: undefined reference to `spi_write'
Oops, didn't see that. Indeed the HW I have doesn't have eeprom, I tested the SPI driver with thermal monitoring.
I see you sent a patch fixing it, thanks.
Christophe