Re: [U-Boot] [PATCH 2/2] mmc: Register only the first MMC device on MMC_TINY

2019-07-14 Thread Tom Rini
On Sat, May 25, 2019 at 07:25:22PM -0300, Ezequiel Garcia wrote: > When MMC_TINY is enabled, support for only one MMC device > is provided. Boards that register more than one device, > will just write over mmc_static keeping only the last one > registered. > > This commit prevents this, keeping o

Re: [U-Boot] [PATCH 2/2] mmc: Register only the first MMC device on MMC_TINY

2019-06-05 Thread Ezequiel Garcia
On Sat, 25 May 2019 at 19:26, Ezequiel Garcia wrote: > > When MMC_TINY is enabled, support for only one MMC device > is provided. Boards that register more than one device, > will just write over mmc_static keeping only the last one > registered. > > This commit prevents this, keeping only the fir

[U-Boot] [PATCH 2/2] mmc: Register only the first MMC device on MMC_TINY

2019-05-25 Thread Ezequiel Garcia
When MMC_TINY is enabled, support for only one MMC device is provided. Boards that register more than one device, will just write over mmc_static keeping only the last one registered. This commit prevents this, keeping only the first MMC device created. A debug warning message is added, if nothing