Message ID | 6e185efdebf7fb0138950441bf1667c5b1899803.1516094113.git-series.maxime.ripard@free-electrons.com |
---|---|
State | Superseded |
Headers | show |
Series | env: Multiple env support and env transition for sunxi | expand |
On 16 January 2018 at 01:16, Maxime Ripard <maxime.ripard@free-electrons.com> 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 <maxime.ripard@free-electrons.com> > --- > env/Kconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/env/Kconfig b/env/Kconfig index bef6e89bfc3c..ad5ccc253762 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -156,6 +156,7 @@ config ENV_IS_IN_FLASH config ENV_IS_IN_MMC bool "Environment in an MMC device" depends on !CHAIN_OF_TRUST + depends on MMC help Define this if you have an MMC device which you want to use for the environment.
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 <maxime.ripard@free-electrons.com> --- env/Kconfig | 1 + 1 file changed, 1 insertion(+)