Hi On Sun, Jun 17, 2018 at 8:27 PM, Michael Trimarchi <[email protected]> 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 <[email protected]> > --- > 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 | _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

