Re: [U-Boot] [PATCH v2 11/15] env: mmc: depends on the MMC framework

2018-01-17 Thread Simon Glass
On 16 January 2018 at 01:16, Maxime Ripard wrote: > The raw MMC environment directly calls into the MMC framework. Make sure > it's enabled before we can select it. > > Signed-off-by: Maxime Ripard > --- > env/Kconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass ___

[U-Boot] [PATCH v2 11/15] env: mmc: depends on the MMC framework

2018-01-16 Thread Maxime Ripard
The raw MMC environment directly calls into the MMC framework. Make sure it's enabled before we can select it. Signed-off-by: Maxime Ripard --- env/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/env/Kconfig b/env/Kconfig index bef6e89bfc3c..ad5ccc253762 100644 --- a/env/Kconfig +++