[U-Boot] [PATCH 6/9] mx23_olinuxino: Skip MMC Card detection
Otavio Salvador
otavio at ossystems.com.br
Tue Jan 22 02:58:08 CET 2013
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.
--
Otavio Salvador O.S. Systems
E-mail: otavio at ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
More information about the U-Boot
mailing list