[U-Boot] [PATCH v2 9/9] spi, mpc8xx: migrate to DM_SPI
Jagan Teki
jagan at amarulasolutions.com
Wed Nov 21 10:18:49 UTC 2018
On Wed, Nov 21, 2018 at 2:39 PM Jagan Teki <jagan at amarulasolutions.com> wrote:
>
> On Wed, Nov 21, 2018 at 2:21 PM Christophe Leroy
> <christophe.leroy at c-s.fr> wrote:
> >
> > Signed-off-by: Christophe Leroy <christophe.leroy at 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'
More information about the U-Boot
mailing list