Re: [U-Boot] [PATCH 2/3] dm: mmc: Ensure that block device is probed

2017-05-28 Thread Tom Rini
On Sat, May 27, 2017 at 11:37:18AM -0600, Simon Glass wrote: > Make sure that we probe the block device before using it when reading > the environment. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH 2/3] dm: mmc: Ensure that block device is probed

2017-05-27 Thread Simon Glass
Make sure that we probe the block device before using it when reading the environment. Signed-off-by: Simon Glass --- common/env_mmc.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/env_mmc.c b/common/env_mmc.c index 1611886e22..3763b12278 100644 --- a/common/e