Re: [U-Boot] [PATCH v2] Add support for initializing MMC

2018-12-29 Thread Chee, Tien Fong
On Sun, 2018-12-30 at 00:28 +0800, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Firmware loader would encounter problem if the MMC is accessed before > initializing it. This patch would adding the support of probing block > device and initializing MMC before the MMC is accessed by

[U-Boot] [PATCH v2] Add support for initializing MMC

2018-12-29 Thread tien . fong . chee
From: Tien Fong Chee Firmware loader would encounter problem if the MMC is accessed before initializing it. This patch would adding the support of probing block device and initializing MMC before the MMC is accessed by firmware loader. Signed-off-by: Tien Fong Chee --- Changes in v2: -