
23 Oct
2009
23 Oct
'09
3:21 a.m.
On Thursday 22 October 2009 18:50:16 Ivan Llopard wrote:
Awesome, great code!. I think it MUST be added to the u-boot tree but i'm not the all powerful Wolfgang ;-). I think he doesn't know how to include this driver and the spi one. You should take a look at the configuration file for your board and add the corresponding macros. CONFIG_SPI_MMC is a new one if you want to add this driver, isn't it?.
yes, you have to have a SPI controller driver and enable the appropriate CONFIG options, but that isnt an issue specific to this driver. any time you want to enable a new driver you have to enable the related config option. -mike