Re: [U-Boot] [PATCH 3/3] cmd_mmc: make mmc dev always re-probe the HW

2014-06-12 Thread Pantelis Antoniou
Hi Stephen, On Jun 12, 2014, at 7:19 PM, Stephen Warren wrote: > On 06/12/2014 05:31 AM, Pantelis Antoniou wrote: >> On May 23, 2014, at 10:24 PM, Stephen Warren wrote: >>> Currently, U-Boot behaves as follows: >>> >>> - Begin with no SD card inserted in "mmc 1" >>> - Execute: mmc dev 1 >>> - Th

Re: [U-Boot] [PATCH 3/3] cmd_mmc: make mmc dev always re-probe the HW

2014-06-12 Thread Stephen Warren
On 06/12/2014 05:31 AM, Pantelis Antoniou wrote: > On May 23, 2014, at 10:24 PM, Stephen Warren wrote: >> Currently, U-Boot behaves as follows: >> >> - Begin with no SD card inserted in "mmc 1" >> - Execute: mmc dev 1 >> - This fails, since there is no card >> - User plugs in an SD card >> - Execut

Re: [U-Boot] [PATCH 3/3] cmd_mmc: make mmc dev always re-probe the HW

2014-06-12 Thread Pantelis Antoniou
Hi Stephen, On May 23, 2014, at 10:24 PM, Stephen Warren wrote: > From: Stephen Warren > > Currently, U-Boot behaves as follows: > > - Begin with no SD card inserted in "mmc 1" > - Execute: mmc dev 1 > - This fails, since there is no card > - User plugs in an SD card > - Execute: mmc dev 1 > -