Re: [U-Boot] [PATCH 1/5] toradex: configblock: initialize MMC before switching partition

2019-07-09 Thread Oleksandr Suvorov
On Tue, 9 Jul 2019 at 12:42, Marcel Ziswiler wrote: > > From: Stefan Agner > > If the module is in serial downloader mode, we do no longer read the > environment from eMMC. Therefor, the eMMC is unitialized when trying > to read the config block. Use mmc_init to initialize the selected > MMC

Re: [U-Boot] [PATCH 1/5] toradex: configblock: initialize MMC before switching partition

2019-07-09 Thread Igor Opaniuk
On Tue, Jul 9, 2019 at 12:42 PM Marcel Ziswiler wrote: > > From: Stefan Agner > > If the module is in serial downloader mode, we do no longer read the > environment from eMMC. Therefor, the eMMC is unitialized when trying > to read the config block. Use mmc_init to initialize the selected > MMC

[U-Boot] [PATCH 1/5] toradex: configblock: initialize MMC before switching partition

2019-07-09 Thread Marcel Ziswiler
From: Stefan Agner If the module is in serial downloader mode, we do no longer read the environment from eMMC. Therefor, the eMMC is unitialized when trying to read the config block. Use mmc_init to initialize the selected MMC device before using it. Note: In case the MMC has already been