[U-Boot] MXC Spi driver

Hi,
While trying to configure ECSPI for imx6 I get this error:
drivers/spi/built-in.o: In function `mxc_spi_probe': /home/aaw1kor/nrcs/u-boot-imx/drivers/spi/mxc_spi.c:508: undefined reference to `dev_get_addr'
Search for this function does not show up in any other files. I'm assuming this was supposed to be devfdt_get_addr.
Best regards,
Shreyank Amartya RBEI/ESD2

On Fri, Dec 15, 2017 at 10:03 AM, Amartya Shreyank (RBEI/ESD2) Shreyank.Amartya2@in.bosch.com wrote:
Hi,
While trying to configure ECSPI for imx6 I get this error:
drivers/spi/built-in.o: In function `mxc_spi_probe': /home/aaw1kor/nrcs/u-boot-imx/drivers/spi/mxc_spi.c:508: undefined reference to `dev_get_addr'
Search for this function does not show up in any other files. I'm assuming this was supposed to be devfdt_get_addr.
I think you are right. Please send a patch fixing this, if you have a chance.
Thanks
participants (3)
-
Amartya Shreyank (RBEI/ESD2)
-
Amit Tomer
-
Fabio Estevam