
22 Oct
2009
22 Oct
'09
4:31 p.m.
Hi Mike
thaks for your responds
I'm very new to u-boot and my problem is on with hook the mmc interface will be activated and therefor I did not understand what to do ?
regards wilfried
On Thursday 22 October 2009 09:02:32 Wilfried Busalski wrote:
Hi Mike
please dont top post
I've included your source "mmc-spi.c" into my u-boot tree.
What do I have to do to activate your driver ? Is it enough to call the function "mmc_legacy_init(int verbose)" ? and set the new config_ ?
the driver is like any other legacy mmc driver. there is nothing special about it. there are no board-specific functions for you to call.
you can control the SPI settings via the CONFIG_SPI_MMC_DEFAULT_* defines. -mike