
22 Oct
2009
22 Oct
'09
8:33 a.m.
except that there's now a common SPI framework for you to use
(drivers/spi/)
as well as an already existing atmel_spi.c driver
Yeah exactly . Its also there in u-boot-1.3.4. anyways im using the same driver atmel_spi.c in /drivers/spi/ . atleast can u tell me how to printf to print on ttyS0 in my code so tat i see my flow is workin correct. thanks.
printf("%s:%d\n", __FILE__, __LINE__);? Given that printf and the UART works on your board that is.
/Magnus