[PATCH v2] Fix MMC access on Sabrelite

2020-06-23 Thread sbabic
> It appears that MMC access on the Sabrelite has been broken since > cdcaee9518: > Loading Environment from MMC... Card did not respond to voltage select! > *** Warning - No block device, using default environment > Remove the board_mmc_init() and related entries now that we should be > using

Re: [PATCH v2] Fix MMC access on Sabrelite

2020-06-12 Thread Martyn Welch
On Thu, 2020-06-11 at 20:03 -0700, Troy Kisky wrote: > On 6/11/2020 10:53 AM, Martyn Welch wrote: > > It appears that MMC access on the Sabrelite has been broken since > > cdcaee9518: > > > > Loading Environment from MMC... Card did not respond to voltage > > select! > > *** Warning - No block

Re: [PATCH v2] Fix MMC access on Sabrelite

2020-06-11 Thread Troy Kisky
On 6/11/2020 10:53 AM, Martyn Welch wrote: > It appears that MMC access on the Sabrelite has been broken since > cdcaee9518: > > Loading Environment from MMC... Card did not respond to voltage select! > *** Warning - No block device, using default environment > > Remove the board_mmc_init() and

Re: [PATCH v2] Fix MMC access on Sabrelite

2020-06-11 Thread Fabio Estevam
[Adding Stefano] On Thu, Jun 11, 2020 at 2:54 PM Martyn Welch wrote: > > It appears that MMC access on the Sabrelite has been broken since > cdcaee9518: > > Loading Environment from MMC... Card did not respond to voltage select! > *** Warning - No block device, using default environment > >

Re: [PATCH v2] Fix MMC access on Sabrelite

2020-06-11 Thread Jaehoon Chung
On 6/12/20 2:53 AM, Martyn Welch wrote: > It appears that MMC access on the Sabrelite has been broken since > cdcaee9518: > > Loading Environment from MMC... Card did not respond to voltage select! > *** Warning - No block device, using default environment > > Remove the board_mmc_init() and

[PATCH v2] Fix MMC access on Sabrelite

2020-06-11 Thread Martyn Welch
It appears that MMC access on the Sabrelite has been broken since cdcaee9518: Loading Environment from MMC... Card did not respond to voltage select! *** Warning - No block device, using default environment Remove the board_mmc_init() and related entries now that we should be using DM_MMC, add