[U-Boot] Pull request: u-boot-spi/master
Tom Rini
trini at konsulko.com
Tue May 21 11:12:22 UTC 2019
On Mon, May 20, 2019 at 10:48:23PM +0530, Jagan Teki wrote:
> Hi Tom,
>
> Please pull this PR.
>
> Summary:
> - mpc8xxx spi driver fixes (Mario)
> - mpc8xxx spi dm conversion (Mario, Jagan)
> - SPI DM Migration update (Jagan)
>
> The following changes since commit 748198cb8d32d41bc35e6f492bac9948f339bece:
>
> Revert "Makefile: Prioritize external dtb if defined" (2019-05-19 18:09:35 -0400)
>
> are available in the Git repository at:
>
> git://git.denx.de/u-boot-spi.git master
>
> for you to fetch changes up to 93842e580cee40c9d3e70de625e4bd826a749e65:
>
> dm: MIGRATION: Update migration status for SPI (2019-05-20 22:18:54 +0530)
>
NAK:
powerpc: + ids8313
+(ids8313) cmd/built-in.o: In function `do_spi_xfer':
+(ids8313) build/../cmd/spi.c:53: undefined reference to `spi_setup_slave'
+(ids8313) build/../cmd/spi.c:60: undefined reference to `spi_claim_bus'
+(ids8313) build/../cmd/spi.c:63: undefined reference to `spi_xfer'
+(ids8313) build/../cmd/spi.c:80: undefined reference to `spi_release_bus'
+(ids8313) build/../cmd/spi.c:82: undefined reference to `spi_free_slave'
+(ids8313) common/built-in.o: In function `jumptable_init':
+(ids8313) build/../include/_exports.h:56: undefined reference to `spi_setup_slave'
+(ids8313) build/../include/_exports.h:58: undefined reference to `spi_free_slave'
+(ids8313) build/../include/_exports.h:65: undefined reference to `spi_claim_bus'
+(ids8313) build/../include/_exports.h:66: undefined reference to `spi_release_bus'
+(ids8313) build/../include/_exports.h:67: undefined reference to `spi_xfer'
+(ids8313) make[1]: *** [Makefile:1552: u-boot] Error 1
+(ids8313) make: *** [Makefile:148: sub-make] Error 2
Due to:
commit 96ff5503a543bee956c0f55f43c26a1f6a07f21a
Author: Jagan Teki <jagan at amarulasolutions.com>
Date: Mon Apr 29 01:58:53 2019 +0530
spi: mpc8xxx: Convert to DM
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190521/2bea9145/attachment.sig>
More information about the U-Boot
mailing list