From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wilfried Busalski Date: Thu, 22 Oct 2009 16:31:23 +0200 Subject: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver References: <1255537669-1285-1-git-send-email-vapier@gentoo.org> <200910220942.32961.vapier@gentoo.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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