[U-Boot] [PATCH 6/9] mx23_olinuxino: Skip MMC Card detection
Marek Vasut
marex at denx.de
Tue Jan 22 02:59:44 CET 2013
Dear Otavio Salvador,
> On Mon, Jan 21, 2013 at 11:48 PM, Marek Vasut <marex at denx.de> wrote:
> > Dear Otavio Salvador,
> >
> >> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> >> ---
> >>
> >> drivers/mmc/mxsmmc.c | 2 ++
> >> include/configs/mx23_olinuxino.h | 1 +
> >> 2 files changed, 3 insertions(+)
> >>
> >> diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c
> >> index 4b178be..618659e 100644
> >> --- a/drivers/mmc/mxsmmc.c
> >> +++ b/drivers/mmc/mxsmmc.c
> >> @@ -165,11 +165,13 @@ mxsmmc_send_cmd(struct mmc *mmc, struct mmc_cmd
> >> *cmd, struct mmc_data *data) return TIMEOUT;
> >>
> >> }
> >>
> >> +#ifndef CONFIG_MMC_SKIP_CARD_DETECT
> >
> > Undocumented feature added. I think mxsmmc_register() call can take a
> > param for this.
>
> Where I should document it? mmc_register cannot.
mxsmmc_initialize() can.
Best regards,
Marek Vasut
More information about the U-Boot
mailing list