[U-Boot] [PATCH] spi: mxc: Fix compilation problem of DM_SPI class driver

Michael Nazzareno Trimarchi michael at amarulasolutions.com
Sun Jun 17 18:30:25 UTC 2018


Hi

On Sun, Jun 17, 2018 at 8:27 PM, Michael Trimarchi
<michael at amarulasolutions.com> wrote:
> drivers/spi/mxc_spi.c:507: undefined reference to `dev_get_addr'
> linux-ld.bfd: BFD (GNU Binutils) 2.29.1 assertion fail elf32-arm.c:9509
>
> Change-Id: I1df196ed847cf06e19d3039bc4461eb8bd928a83

I will repost without change id ;)

> Signed-off-by: Michael Trimarchi <michael at amarulasolutions.com>
> ---
>  drivers/spi/mxc_spi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/spi/mxc_spi.c b/drivers/spi/mxc_spi.c
> index b77129c..fcb214a 100644
> --- a/drivers/spi/mxc_spi.c
> +++ b/drivers/spi/mxc_spi.c
> @@ -504,7 +504,7 @@ static int mxc_spi_probe(struct udevice *bus)
>                 return -EINVAL;
>         }
>
> -       plat->base = dev_get_addr(bus);
> +       plat->base = devfdt_get_addr(bus);
>         if (plat->base == FDT_ADDR_T_NONE)
>                 return -ENODEV;
>
> --
> 2.7.4
>



-- 
| Michael Nazzareno Trimarchi                     Amarula Solutions BV |
| COO  -  Founder                                      Cruquiuskade 47 |
| +31(0)851119172                                 Amsterdam 1018 AM NL |
|                  [`as] http://www.amarulasolutions.com               |


More information about the U-Boot mailing list