diff mbox series

[RFC,4/4] env: sunxi: Switch by default to the transition environment code

Message ID 20171025122601.28224-5-maxime.ripard@free-electrons.com
State New
Headers show
Series sunxi: Implement transition in environment | expand

Commit Message

Maxime Ripard Oct. 25, 2017, 12:26 p.m. UTC
Now that we have some code to smoothly transition from a raw environment to
a file, make that the default.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 env/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/env/Kconfig b/env/Kconfig
index fdd68fdfbdb6..95ab988552bb 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -2,7 +2,7 @@  menu "Environment"
 
 choice
 	prompt "Select the location of the environment"
-	default ENV_IS_IN_MMC if ARCH_SUNXI
+	default ENV_IS_SUNXI_TRANSITION if ARCH_SUNXI
 	default ENV_IS_IN_MMC if ARCH_EXYNOS4
 	default ENV_IS_IN_MMC if MX6SX || MX7D
 	default ENV_IS_IN_MMC if TEGRA30 || TEGRA124