Forums » Software Development »
Where is the real spi_xfer() function located for MityArm in u-boot?
Added by Anonymous over 11 years ago
Hi
I've been unable to build u-boot on my Ubuntu 12.04 or 11.xx Virtual machines so I was wondering which u-boot file contains the spi_xfer() function that is compiled in the MityArm build of u-boot? I've searched looking at file names/location and also by the build flag of 'arm-arago-linux-gnueabi-mityarm335x'. Could someone point me to the source file containing the function and maybe what I should be looking for to tell that this is the proper one ?
Thanks,
John Conover
Replies (3)
RE: Where is the real spi_xfer() function located for MityArm in u-boot? - Added by Michael Williamson over 11 years ago
John,
For the MityARM-335x family, the file is:
drivers/spi/omap3_spi.c
-Mike
RE: Where is the real spi_xfer() function located for MityArm in u-boot? - Added by Anonymous over 11 years ago
Mike,
Thanks for the info. It is difficult to trace which files are included in the build using
the am335x_evm.h file's #defines.
-John Conover
RE: Where is the real spi_xfer() function located for MityArm in u-boot? - Added by Michael Williamson over 11 years ago
Cheat:
Look for .o files.
-Mike