public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Build breakage due to "Standalone Apps: Standalone apps should only need exports.h"
@ 2011-12-07 19:31 Moffett, Kyle D
  2011-12-07 19:56 ` Mike Partington
  0 siblings, 1 reply; 3+ messages in thread
From: Moffett, Kyle D @ 2011-12-07 19:31 UTC (permalink / raw)
  To: u-boot

Hi,

I was just rebasing and tweaking my board-support patch to send out
again and I noticed that the latest U-Boot master branch does not
build when the config option "CONFIG_CMD_SPI" is enabled:
  In file included from exports.c:41
  [...]/include/_exports.h: In function 'jumptable_init':
  [...]/include/_exports.h:27: error: 'spi_init' undeclared (first use in this function)
  [...]/include/_exports.h:27: error: (Each undeclared identifier is reported only once
  [...]/include/_exports.h:27: error: for each function it appears in.)
  [...]/include/_exports.h:28: error: 'spi_setup_slave' undeclared (first use in this function)
  [...]/include/_exports.h:29: error: 'spi_free_slave' undeclared (first use in this function)
  [...]/include/_exports.h:30: error: 'spi_claim_bus' undeclared (first use in this function)
  [...]/include/_exports.h:31: error: 'spi_release_bus' undeclared (first use in this function)
  [...]/include/_exports.h:32: error: 'spi_xfer' undeclared (first use in this function)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-08  0:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-07 19:31 [U-Boot] Build breakage due to "Standalone Apps: Standalone apps should only need exports.h" Moffett, Kyle D
2011-12-07 19:56 ` Mike Partington
2011-12-08  0:32   ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox